Skip to content

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

Order detectable

foundational

Normative Text

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

This section is non-normative.

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

  • #1 is true.

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

  • #2 is true.

Tests

This content needs to be written.