Perceivable / 1.3 Adaptable

1.3.2Meaningful Sequence

Level A

Even when CSS layout, such as multi-column formatting or positioning, changes the visual order, the correct, meaning-preserving reading order must still be programmatically determinable. Screen readers and keyboard navigation follow DOM order, so reordering content visually with CSS alone -- without matching the DOM -- can leave the sequence nonsensical.

Note

A detailed commentary for this success criterion is not yet available. In the meantime, this page lists related patterns, techniques, and links to the normative sources.

Related Techniques

Specific implementation techniques for meeting this success criterion. This site doesn't include the full text, so follow the links to the original W3C documents.

Normative References