• Success Criterion 1.4.12
  • Conformance level AA

Menu Items Pushed Out of Reach by Wider Word Spacing

1.4.12 — Text Spacing

Scenario

Setting

A dating app's profile setup

What’s wrong

Menus where increased word spacing pushes items out of clickable region (functionality loss).

Example

* { line-height: 1 !important; letter-spacing: 0 !important; }

Why it matters

People with dyslexia or low vision who apply extra text spacing to read.

How to test

Apply the text-spacing override to a menu: if increased word spacing pushes items outside their clickable region, functionality is lost and it fails.

How to fix

With user text-spacing overrides applied (line height 1.5, paragraph 2x, letter 0.12em, word 0.16em), all content and controls must remain visible and usable. /* No !important overrides — let user style sheets adjust spacing */ !important locks out user stylesheets that increase line/letter/word spacing for readability.

Outcome

On a dating app's profile setup, this barrier is gone for people with dyslexia or low vision who apply extra text spacing to read — they can finish what they came here to do.

Who is affected

People with dyslexia or low vision who apply extra text spacing to read.

Learn more