• Success Criterion 1.3.3
  • Conformance level A

Instruction That Identifies a Button Only by Its Size

1.3.3 — Sensory Characteristics

Scenario

Setting

A weather app's forecast screen

What’s wrong

"Press the large button" / size-only identification.

Example

<p>Click the round green button to submit.</p>

Why it matters

Blind, low-vision, and color-blind people when instructions mention only appearance or sound.

How to test

Read the instruction alone: 'press the large button' relies on relative size — check for a stated label instead.

How to fix

Instructions must name the control or content in text, not only by shape, color, size, position, or sound.

<p>Click the <strong>Submit</strong> button (green, bottom right).</p>

Instructions must work by name, not by relying on shape, color, or position alone.

Outcome

On a weather app's forecast screen, this barrier is gone for blind, low-vision — they no longer have to work around this.

Who is affected

Blind, low-vision, and color-blind people when instructions mention only appearance or sound.

Learn more