Goal
Ensure voice control users can activate controls using visible labels.
Loading ...
Success Criterion · WCAG 2.5.3
For user interface components with labels that include text or images of text, the name contains the text that is presented visually.
Goal
Ensure voice control users can activate controls using visible labels.
What to do
Make sure accessible names include the visible label text (or match it) for controls with text labels.
Why it matters
Speech input users often say the visible label; if the accessible name differs, activation can fail.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
For user interface components with labels that include text or images of text, the name contains the text that is presented visually.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Voice users may be unable to click “Download” if the accessible name is “Get file.”
Users may mistrust the UI when announced names don’t match visible labels.
If a button says “Submit,” the accessible name should include “Submit.” This helps speech recognition users and improves consistency between what users see and what assistive technologies announce.
Reference: All summaries and highlights originate from Understanding WCAG 2.5.3 and the W3C quick reference.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
Visible: “Save”; accessible name: “Save” (or “Save settings”).
Fail
Visible: “Save”; accessible name: “Store”.
Pass
Visible: “Download”; accessible name includes “Download”.
Fail
Accessible name omits “Download” and uses unrelated text.
Evidence to keep
Capture artifacts for VPATs, procurement reviews, and regression testing.
Official resources
Keep these links handy when writing acceptance criteria or responding to audits.
Implementation checklist
Testing ideas
Related success criteria