Skip to content
Accessibility Scanner

WCAG explained

WCAG 1.1.1: Non-text Content

By · updated 2026-09-15

Success criterion 1.1.1 is the first criterion in WCAG and one of the most often failed: WebAIM's 2026 survey of a million home pages found missing alt text on 53.1% of them. The rule itself is short. Anything that is not text needs a text alternative.

Test your site against 1.1.1 and the rest of WCAG, free.

What it requires (in plain English)

Level: A. Every non-text element that conveys meaning must have a text alternative that serves the equivalent purpose. That covers images, icons, charts, image buttons, CAPTCHAs, and audio and video. Purely decorative content should be hidden from assistive technology instead.

The words "equivalent purpose" do the work. A product photo needs a description of the product. A magnifying-glass icon on a search button needs the word "Search", not "magnifying glass". A chart needs the conclusion the chart shows, which usually belongs in nearby text rather than squeezed into an alt.

Common ways pages fail 1.1.1

  • Informative images with no alt attribute, or with unhelpful alt like a filename.
  • Icon-only buttons and links (search, cart, social icons) with no accessible name.
  • Charts and infographics with no text summary of the data.
  • CAPTCHAs with no accessible alternative.
  • Decorative images that are not hidden, so screen readers announce noise.

How to test and pass

An automated scan (free above) reliably catches missing and empty text alternatives, a large share of 1.1.1 failures. For the rest, check manually that each alternative actually conveys the right meaning. To pass: give informative images concise, purposeful alt text; name icon controls with aria-label; summarise complex graphics in text; and mark decorative images with alt="".

Frequently asked questions

What level is WCAG 1.1.1?

Level A, the most basic conformance level. Meeting it is required for A, AA and AAA conformance.

Does 1.1.1 only apply to images?

No. It covers all non-text content that conveys meaning: icons, image buttons, charts, audio, video, CAPTCHAs and more.

Can automated tools fully check 1.1.1?

They catch missing or empty alternatives well, but a human still has to judge whether an alternative conveys the correct meaning. We flag what needs review rather than claiming full coverage.

Related guides

See what's actually broken on your site

Real axe-core results, every element outlined. No email wall, no fake “compliant” badge.

Run a free scan

Last updated 2026-09-15.