Skip to content

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

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:

  1. Examine the source code of the HTML document.
  2. Check that the process navigation steps are included.
  3. Check that the current process step is identified using aria-current="step".

Expected results

Current step visually identifiable

Procedure

For each multi-step process:

  1. Visually examine the content.
  2. Check that the process navigation steps are viewable.
  3. Check that the current process step is visually distinguishable from other steps.

Expected results