Skip to main content
WCAG success criterion · Perceivable

1.1.1 Non-text Content

Guideline 1.1 Text Alternatives. Level A, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

All non-text content - images, icons, charts, image buttons, CAPTCHAs - must have a text alternative that serves the same purpose. Purely decorative images must be marked so assistive technology can skip them.

Who it helps

People using screen readers, people with images disabled or on failing connections, and search engines all rely on the text alternative.

Example: fails vs passes

Fails
<img src="chart-q3.png">
Passes
<img src="chart-q3.png" alt="Q3 revenue chart: up 18% to $2.4M">

The alt text conveys what the image is FOR, not what it looks like. Decorative images get alt="" instead.

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

Every meaningful image in a PDF needs alternate text on its Figure tag (set in the tag tree, not the file name), and decorative graphics must be marked as Artifacts so screen readers skip them. Untagged scans are images of an entire page - see WCAG for PDFs.

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

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