ARIA role for on/off toggle controls, similar to checkbox but representing state rather than selection.
ARIA role for clickable elements that trigger actions. Prefer native <button> elements when possible.
ARIA role for range input controls, requiring aria-valuenow and keyboard increment/decrement support.
ARIA role for grouping interactive controls, typically with arrow key navigation.
The computed name exposed to assistive technologies for an element, derived from label, aria-label, aria-labelledby, or text content.
Supplemental help text associated with an element, often via aria-describedby, that provides additional guidance beyond the accessible name.
This glossary is continuously improved and maintained by WebAbility to advance accessible design and development.Contact us to suggest improvements or report issues.