Skip to content

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

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:

  1. Review the content within each stage of a multi-step process.
  2. 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:

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

Expected results

  • #2 and #3 are true.

Tests

This content needs to be written.