Accessibility, the Design Handoff, and You!
Content Structure
What is it?
Content structure defines sections of the page using ARIA Landmarks.
- Header
- Footer
- Main content
- Navigation
- etc.
Content structure also defines sections of content using HTML Headings (h1
through h6
).
Why is it important?
- Screen reader users can navigate by Landmarks
- Screen reader users can navigate by Headings
- Screen reader users can navigate by Heading Levels