Skip to content

This is an early unpublished editor's draft; content is incomplete and subject to change.

All steps listed

Core requirement

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

Visual multi-step listing

Procedure

For each multi-step process:

  1. Review the content within each stage of a multi-step process.
  2. Check that a list of steps in the process is included on each stage.

Expected results

HTML multi-step listing

Procedure

For each multi-step process:

  1. Examine the HTML source code for each step of the process.
  2. Check that an <ol> is included with a <li> for each step of the process at each step.
  3. Check that the <ol> is included in the accessibility tree.

Expected results