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.


Focusable paragraph with tabindex:

This <p> element is part of the sequential focus navigation because of the tabindex="0" attribute, despite being inside a container with aria-hidden="true".


Note: Possible to detect focusable elements with tabindex inside aria-hidden="true" by scanning DOM attributes, though dynamic focus changes may need manual or AI review.

axe detected: 4.1.2  |  QualWeb detected: 4.1.2