Note the following guidelines:
- Links may not convey behavior if coded without accessibility in mind (for example, a dropdown may be announced as a simple link).
- Use
aria-expanded(collapsed/expanded) to communicate state without adding extra text. - Use
aria-currentto indicate the active item (represents the current location in a series of steps). - Provide context through ARIA and landmarks (for example, place links in a banner landmark, which indicates that that they're part of the header).
- Avoid adding extra text when ARIA or structure already conveys meaning.
Comments
0 comments
Article is closed for comments.