Table of Contents

Headings, Landmarks, and Structure

Pages without semantic structural markup will sound like one long run-on sentence when read aloud by a screen reader. With proper structure, the user will get a better idea of what the content means. For example:

See the ARIA section for more detail.

Testing Landmarks and Structure

You can test page structure by turning off CSS in your developer tools. If you can still distinguish headings, lists, tables, links, and buttons, the structure is probably not bad.

Test ARIA landmarks using the Landmarks browser extension, which makes the landmarks menu visible.

Further reading on headings, landmarks, and structure

See also grids and table structure and the eg-grid component