🟢 Level A

WCAG 2.5.3: Label in Name

Success Criterion 2.5.3 — Level A

Quick Answer

The accessible name of a UI component must contain the visible label text.

Why It Matters

When visible and accessible names differ, voice control users cannot activate elements by speaking the visible label.

How to Audit

Run an automated accessibility scan to detect common Label in Name failures. Then manually verify with: keyboard-only navigation, a screen reader (VoiceOver on Mac, NVDA on Windows), and browser developer tools. Automated tools catch approximately 40% of Label in Name issues — manual testing is essential.

How to Fix

Ensure aria-label values start with or include the visible button/link text.

Frequently Asked Questions

What is WCAG 2.5.3 Label in Name?

The accessible name of a UI component must contain the visible label text.

Is WCAG 2.5.3 required for ADA compliance?

WCAG 2.1 Level A is the minimum baseline for ADA website compliance. Courts have upheld WCAG 2.1 AA as the standard for ADA Title III lawsuits.

How do I fix WCAG 2.5.3 violations?

Ensure aria-label values start with or include the visible button/link text.

Disclaimer: This guide is for informational purposes only and does not constitute legal advice. Consult a qualified ADA/accessibility attorney for your specific compliance situation.

Scan Your Site for WCAG 2.5.3 Issues

Get a free automated accessibility report including all WCAG 2.1 AA violations.

Run Free Accessibility Scan