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

An element has `aria-hidden="true"` but also receives keyboard focus (it is a focusable <button>). What does the spec say the accessibility tree should reflect, and why is this an authoring error?

<button aria-hidden="true">Submit</button>