• Success Criterion 1.3.1
  • Conformance level A
  • W3C reference F111

Visible Label Text With No Matching Accessible Name

1.3.1 — Info and Relationships

Scenario

Setting

A ticket marketplace's seat-selection map

What’s wrong

A control shows label text on screen but has no accessible name at all — screen readers announce nothing useful and voice control can't target it.

Example

A ticket marketplace's seat-selection map is a good example: a control shows label text on screen but has no accessible name at all — screen readers announce nothing useful and voice control can't target it.

Why it matters

Screen-reader, braille, and reading-tool users who depend on coded structure rather than visual layout. The practical effect on a ticket marketplace's seat-selection map: they can't navigate the content by its real structure.

How to test

Focus each form field with Tab and listen: if a screen reader announces only 'edit text' with no name, the visible label text isn't programmatically connected.

How to fix

Give the control an accessible name that includes its visible label text.

Outcome

That one change on a ticket marketplace's seat-selection map means they understand how the page is organized.

Who is affected

Screen-reader, braille, and reading-tool users who depend on coded structure rather than visual layout.

Learn more