• Success Criterion 2.5.3
  • Conformance level A

2.5.3 · Label in Name

Lesson overview · Label in Name

In plain language

What a control SAYS on screen must be part of what it's CALLED for assistive tech.

Who it affects

Voice-control users and screen-reader users who depend on spoken names matching visible text.

How to check

Inspect controls with visible text: the accessible name must contain that exact visible text.

Common misconception

An aria-label that adds *extra* context beyond the visible label is fine. The failure is when the aria-label replaces the visible words entirely, so voice-control users saying the visible label get no match.

Learn more

Scenarios in this lesson