Skip to main content
WCAG success criterion · Perceivable

1.4.5 Images of Text

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

ADA compliance guide

What this criterion requires

Use real text rather than pictures of text, except where the presentation is essential (logos) or customizable.

Who it helps

People who need to resize, recolor or re-space text; screen reader users; anyone translating the page.

Example: fails vs passes

Fails
<img src="banner-sale.png" alt="Summer sale: 20% off everything this week">
Passes
<div class="banner"><h2>Summer sale</h2><p>20% off everything this week</p></div>

Real text can be resized, recolored, re-spaced and translated; a picture of text cannot.

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.

In PDF documents

A scanned page is one big image of text - the most common PDF accessibility failure. The fix is OCR plus tagging, so the document contains real, selectable text.

Check any document against this and 80+ more automated checks with the free PDF accessibility checker.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.4.5?

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