Skip to content

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

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:

  1. Examine the source code of the HTML document.
  2. Process navigation steps are included.
  3. 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:

  1. Visually examine the content.
  2. Process navigation steps are viewable.
  3. 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.