ARIA role for range input controls, requiring aria-valuenow and keyboard increment/decrement support.
Text associated with an input that communicates its purpose. Implement with <label for> or ARIA labelling.
Form label associated to inputs via label for/id, aria-label, or aria-labelledby so assistive technologies announce purpose.
ARIA role for clickable elements that trigger actions. Prefer native <button> elements when possible.
ARIA role for dual-state controls. Support keyboard activation and clear checked/unchecked indication.
Input widget combining text field with popup list. Requires complex ARIA states and keyboard navigation patterns.
This glossary is continuously improved and maintained by WebAbility to advance accessible design and development.Contact us to suggest improvements or report issues.