• Success Criterion 1.3.3
  • Conformance level A

Instruction That Tells Users to Click ‘the Green Button’

1.3.3 — Sensory Characteristics

Scenario

Setting

A pharmacy app's prescription-refill form

What’s wrong

"Click the green button to continue" — color-only reference (also 1.4.1).

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: 'click the green button' relies on seeing color — check whether the button also has a stated name ('click Submit').

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 pharmacy app's prescription-refill form, this barrier is gone for blind, low-vision — they can complete the task without hitting this wall.

Who is affected

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

Learn more