Accessibility Wiki

An element with an interactive role must be keyboard focusable

Rule interactive-role-focusable · Component patterns (best practice) · impact serious · Static + live

↩ Back to the rules index · WCAG cross-reference

Why it matters

Adding an interactive ARIA role to a

/ tells assistive technology the element is operable, but the role does not make it focusable. Without tabindex="0" (or an aria-activedescendant model on an ancestor) keyboard users can never reach the control. Native controls (