Rule n° 94 - The lists of form options are presented in an identifiable order.

It is difficult to find your way around quickly in a list presented in bulk. Providing a logical classification is a simple and immediate help for the user.

#Accessibility #Development #Forms

Goal

  • Give users fast access to the item they want in a list.
  • Improve the accessibility of content for people with disabilities.

Solution technique

  • Present the items in an identifiable order, for example alphabetical or chronological order.

Moyen de contrôle

For each drop-down list containing several items

  • Check, for each select list, that the option 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.