Skip to main content
WCAG success criterion · Perceivable

1.4.12 Text Spacing

Guideline 1.4 Distinguishable. Level AA, part of WCAG 2.1 and later.

ADA compliance guide

What this criterion requires

No content or functionality may be lost when users override typography to: line height 1.5x, paragraph spacing 2x, letter spacing 0.12x and word spacing 0.16x of the font size.

Who it helps

People with dyslexia and low vision who apply custom spacing stylesheets.

Example: fails vs passes

Fails
.teaser { height: 72px; overflow: hidden; }
Passes
.teaser { min-height: 72px; }

Users override line height to 1.5x, paragraph to 2x, letter to 0.12em, word to 0.16em - nothing may clip or vanish.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.4.12?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial