- 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
- Understanding Understanding document (opens in a new tab)
Related scenarios
- Instructions That Identify Something Only by Shape or Position
- Instruction Given Only Through an Icon, With No Text Meaning
- Instruction That Says ‘See the Sidebar’ With No Other Locator
- Instruction That Identifies a Button Only by Its Size
- Instruction That Relies on an Audio Cue With No Visual Backup
- Instruction That Relies on a Swipe Direction With No Named Alternative