Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardHTMLthe accessibility treeSingle-choice MCQ

How does aria-hidden="true" on a container affect that subtree's presence in the accessibility tree?

<nav aria-hidden="true"> <a href="/x" tabindex="0">Skip</a> </nav>