• Success Criterion 2.4.6
  • Conformance level AA

Identical Headings Repeated Over Completely Different Content

2.4.6 — Headings and Labels

Scenario

Setting

A language-learning app's lesson screen

What’s wrong

Repeated identical headings for different content ("Details", "Details", "Details").

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 repeated identical headings ('Details', 'Details', 'Details') across different sections: if they don't distinguish the content beneath them, 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 language-learning app's lesson screen, this barrier is gone for everyone — they can complete the task without hitting this wall.

Who is affected

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

Learn more