Skip to main content
WCAG Patterns

WCAG 2.4.10 · Level AAA · WCAG 2.0

Section Headings

Section headings are used to organise content, not just styled paragraphs. Every major section gets a real heading.

Principle
Operable
Guideline
Navigable
Level
AAA
Added in
WCAG 2.0

What it means

Section headings are used to organise content, not just styled paragraphs. Every major section gets a real heading.

This is the short summary — a long-form breakdown (with code examples, common failures, and fix patterns) is queued for this criterion. In the meantime, the official W3C document linked at the end of the page is the authoritative source.

Quick checks

  • Run axe DevTools against the page and filter for rules citing 2.4.10.
  • Navigate the component with Tab + Enter only and confirm nothing is orphaned.
  • Inspect the accessibility tree in DevTools (Accessibility pane in Chrome/Firefox).

Further reading

The authoritative source is the official W3C Understanding document for 2.4.10. Framework-specific patterns and axe-rule mappings land here as the library grows.