Content is in a logical order in the code

Design Notes

None

Developer Notes

Ensure content is ordered logically in the source code

A logical order of source code will ensure that blind and partially sighted users can understand the meaning and relationships of content as their keyboard focus moves through the page. Generally screen reader users will navigate content in a left-right, top-bottom order.

A simple way to ensure a logical focus order on the page is to keep consistency between the order of elements displayed on screen and the order for these elements in the source code (DOM).

Testing Notes

The order of the content makes sense and preserves relationships

The order of content presented to a screenreader (usually source code order) makes sense

Steps to check

Impact range: Medium

Test type: Manual

Tool:

WCAG Reference: Understanding Success Criterion 1.3.2 Meaningful Sequence