• Success Criterion 2.4.6
  • Conformance level AA

Heading That Actually Describes the Section Before It

2.4.6 — Headings and Labels

Scenario

Setting

A calendar app's event-creation form

What’s wrong

Headings describing the previous section due to placement errors.

Example

<label for="q1">Question 1</label>

Why it matters

Everyone, especially screen-reader users and people who skim headings/labels for orientation.

How to test

Compare each heading to the content that actually follows it: if a heading describes the previous section due to a placement error, it fails.

How to fix

The heading or label must describe its section's topic or the control's purpose, distinguishably from its siblings.

<label for="q1">What is your monthly household income?</label>

Labels and headings need to describe their actual topic or purpose, not just their position in a sequence.

Outcome

On a calendar app's event-creation form, this barrier is gone for everyone — they get the same result as anyone else here.

Who is affected

Everyone, especially screen-reader users and people who skim headings/labels for orientation.

Learn more