Skip to main content
WCAG success criterion · Operable

2.5.3 Label in Name

Guideline 2.5 Input Modalities. Level A, part of WCAG 2.1 and later.

ADA compliance guide

What this criterion requires

For controls with visible text labels, the accessible name must contain that visible text - ideally starting with it.

Who it helps

Speech-input users, who say the label they see ("click Send"); if the accessible name differs, the command fails.

Example: fails vs passes

Fails
<button aria-label="Submit form">Send</button>
Passes
<button>Send</button>  <!-- or aria-label="Send message", starting with the visible text -->

Voice control users say what they see. If the accessible name lacks "Send", the command "click Send" fails.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.5.3?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial