Implementation of aria-hidden (aria-hidden)

All aria-hidden attributes are correctly implemented with valid values and are not applied to elements that can receive focus or are interactable.


Aria-hidden on focusable element:

This focusable button is hidden from the accessibility tree using aria-hidden:

Note: Possible to automatically test. This violation can be automatically tested by programmatically checking that focusable elements (buttons, anchor elements, etc.) do not include aria-hidden attributes that hide them from the accessibility tree.

axe detected: 4.1.2  |  QualWeb detected: 4.1.2