Unnecessary hide in UI elements (unnecessary-hide)

UI elements must not use aria-hidden or role="presentation".

This UI figure is hidden using aria-hidden. Please note that role="presentation" can also be used to hide.

UI figure is hidden:

This UI <figure> has aria-hidden="true":


Note: Impossible to implement because it requires using AI / human to determine whether the figure element has UI, and then ensuring that it is not hidden from accessibility tree.

axe detected: 4.1.2  |  QualWeb detected: 4.1.2