Current step indicated
foundational
Normative Text
The current step within a multi-step process is visually and programmatically indicated.
Tests
This section is non-normative.
ARIA current
Procedure
For each multi-step process:
- Examine the source code of the HTML document.
- Process navigation steps are included.
- Current process step is identified using
aria-current="step".
Expected results
- Check #2 and #3 are true.
Current step visually identifiable
Procedure
For each multi-step process:
- Visually examine the content.
- Process navigation steps are viewable.
- The current process step is visually distinguishable from other steps.
Expected results
- Check #2 and #3 are true.
Tests
This content needs to be written.