Accessible name
AccessibilityDefined term
Every interactive element exposed to assistive technology carries one computed text label: its accessible name. The Accessible Name and Description Computation specification defines the precedence — roughly aria-labelledby, then aria-label, then native sources like label elements, alt attributes, or text content.
Most 'unlabeled button' defects are accessible-name failures: the icon is visible, but the computation yields an empty string. Because the algorithm is deterministic, these defects are mechanically testable — and mechanically preventable.
Deep dive: full analysis with this mechanism →
Browse the glossary
Accessibility6 of 28 terms
- Accessibility treeThe parallel structure a browser derives from DOM, CSS, and ARIA that assistive technology actually reads.Accessibility
- Accessible nameThe single text label assistive technology announces for an element, computed by a W3C-specified algorithm.Accessibility
- Focus orderThe sequence keyboard focus follows through interactive elements — WCAG requires it to preserve meaning and operability.Accessibility
- ARIA roleThe WAI-ARIA attribute that declares what an element is to assistive technology — a promise of behavior, not a behavior.Accessibility
- Assistive technology (AT)Software and hardware — screen readers, magnifiers, switch devices — that consume the accessibility tree to operate interfaces.Accessibility
- Contrast ratio⦿ liveThe WCAG-defined luminance ratio between text and background: 4.5:1 minimum for body text at level AA.Accessibility