Skip to content

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

Order detectable

Core requirement

Ordered content includes programmatically determinable markers that indicate the position of each item.

Except when the nature of the ordering of the content is presented immediately prior.

This includes lists and processes

Tests

Process steps

Procedure

For each ordered process:

  1. Check that each step in the process includes an indicator of its position within the process.

Expected results

HTML ordered lists

Procedure

For each ordered list:

  1. Examine the HTML code and check that each ordered list is marked up with an <ol> element.

Expected results