Current step indicated
Core requirement
The current step within a multi-step process is visually and programmatically indicated.
Tests
ARIA current
Procedure
For each multi-step process:
- Examine the source code of the HTML document.
- Check that the process navigation steps are included.
- Check that the 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.
- Check that the process navigation steps are viewable.
- Check that the current process step is visually distinguishable from other steps.
Expected results
- Check #2 and #3 are true.