All steps listed
foundational
Normative Text
A list of all steps in a multi-step process is visually and programmatically available at each step.
Except when
- The total number of steps is unknown, or the sequence of steps depends on user actions.
Tests
This section is non-normative.
Visual multi-step listing
Procedure
For each multi-step process:
- Review the content within each stage of a multi-step process.
- A list of steps in the process is included on each stage.
Expected results
- #2 is true.
HTML multi-step listing
Procedure
For each multi-step process:
- Examine the HTML source code for each step of the process.
- An
<ol>is included with a<li>for each step of the process at each step. - The
<ol>is included in the accessibility tree.
Expected results
- #2 and #3 are true.
Tests
This content needs to be written.