Order detectable
Core requirement
Ordered content includes programmatically determinable markers that indicate the position of each item.
Except when the nature of the ordering of the content is presented immediately prior.
This includes lists and processes
Tests
Process steps
Procedure
For each ordered process:
- Check that each step in the process includes an indicator of its position within the process.
Expected results
- #1 is true.
HTML ordered lists
Procedure
For each ordered list:
- Examine the HTML code and check that each ordered list is marked up with an
<ol>element.
Expected results
- #1 is true.