Skip to main content
WCAG success criterion · Perceivable

1.4.8 Visual Presentation

Guideline 1.4 Distinguishable. Level AAA, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

For blocks of text, users can select colors, keep line width to 80 characters, avoid justified text, set line spacing to 1.5, and resize to 200% without horizontal scrolling.

Who it helps

People with low vision, dyslexia and other reading disabilities.

Example: fails vs passes

Fails
text-align: justify; line-height: 1.2; max-width: none; /* 130-char lines */
Passes
max-width: 70ch; line-height: 1.5; text-align: start;

AAA presentation: under 80 characters per line, 1.5 spacing, no justification, user-selectable colors.

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.8?

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