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 summary in aria-hidden:

This <summary> element is part of the sequential focus navigation despite being inside a container with aria-hidden="true".


Note: Possible: Detectable by scanning the DOM for focusable <summary> elements inside aria-hidden="true" containers, though dynamic focus changes may require manual or AI review.

axe detected: 4.1.2  |  QualWeb detected: 4.1.2