Accessible Description Calculation
- W3C Accessible Name and Description Computation Specification
- Accessible description provides more information about a form control, link or aria widget.
- Screen readers each have their own ways of rendering and sometimes ignoring the description information information.
Accessible Description Techniques
Priority | Technique | Description |
---|---|---|
1 | aria-describedby |
|
2 | aria-description New in ARIA 1.2 |
Similar to aria-label attribute, text content is used to define an accessible description.
|
3 | title |
|