Goal
- Give users fast access to the item they want in a list.
- Improve the accessibility of content for people with disabilities.
Implementation
- Present the items in an identifiable order, for example alphabetical or chronological order.
Control
For each drop-down list containing several items
- Check, for each
select
list, that theoption
elements appear in an identifiable order (alphabetical, numerical, chronological, thematic, etc.).
The verification is carried out manually by visually checking the order of the elements within each select
element.