• Success Criterion 2.4.6
  • Conformance level AA

Same Label Used for Two Different Fields on One Form

2.4.6 — Headings and Labels

Scenario

Setting

A dating app's profile setup

What’s wrong

Ambiguous duplicate labels ("Name" for both product and user in one form).

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

Check for duplicate labels used for different purposes (e.g., 'Name' for both a product field and a user field) within the same form: ambiguity here 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 dating app's profile setup, this barrier is gone for everyone — they no longer have to work around this.

Who is affected

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

Learn more