Guide

Alt Text WCAG Compliance: How to Meet AA Standards

·Imbricalt Team

Alt Text WCAG Compliance: How to Meet AA Standards

WCAG 2.1 and the newly finalized WCAG 2.2 Level AA compliance standards require text alternatives for all non-text content under Success Criterion 1.1.1. Despite this requirement being fundamentally unchanged since WCAG 2.0 was published in 2008, WebAIM's 2025 Million report found that images with missing alt text remain the single most common accessibility failure on the web, present on 55.4% of all homepages. Understanding the specific technical and editorial requirements of SC 1.1.1 and how to systematically audit for compliance is essential for any organization committed to accessibility.

Understanding Success Criterion 1.1.1

SC 1.1.1 requires that all non-text content presented to users must have a text alternative that serves the equivalent purpose. This covers images, photographs, graphics, charts and data visualizations, diagrams and illustrations, audio content, video content, and even CAPTCHAs. For simple informative images, a concise alt attribute on the element suffices. For complex content like statistical charts, detailed maps, or multi-panel scientific diagrams, the text alternative may need to be an extended description delivered through a link to a separate accessible page, an expandable section, or an accessible data table. The core principle is equivalent purpose, not equivalent presentation — the description must provide the same information that the image conveys, but it does not need to replicate the visual format.

How to Conduct a Proper Alt Text Audit

A thorough WCAG alt text audit combines automated scanning with manual expert review in a documented process. Automated tools like axe DevTools, WAVE, or Google Lighthouse efficiently detect missing alt attributes and empty alt attributes on elements that may be informative. Manual review is essential for assessing alt text quality — determining whether each existing description accurately conveys the equivalent purpose of its image. A 2025 study by Deque Systems reviewed 10,000 pages across 200 websites and found that 34% of images that had alt text present still failed functional WCAG 1.1.1 testing because the descriptions were too vague, generic, or irrelevant to the actual image content. Common failures included descriptions like "photo" for product images and "chart" for data visualizations — technically present but functionally useless.

Level AA Requirements vs. Level A

SC 1.1.1 is formally a Level A success criterion. However, Level AA compliance at the page level requires that all Level A criteria are met. Many organizations targeting WCAG AA compliance — including all US federal agencies under Section 508, EU public sector bodies under the Web Accessibility Directive, and organizations covered by the European Accessibility Act — must satisfy SC 1.1.1 as part of their compliance obligations. The practical implication is that alt text compliance is not optional for any organization claiming AA conformance, even though the criterion itself is classified at Level A. Organizations often prioritize Level AA criteria while overlooking that Level A criteria including alt text must also be fully satisfied.

Systematic Remediation Workflows

Fixing existing alt text issues requires a structured, prioritized approach. First, conduct a complete image inventory across your website or application using automated crawlers. Categorize every image by type: informative images needing detailed descriptions, functional images needing action-focused descriptions, decorative images needing empty alt text, and complex images needing extended descriptions. Prioritize remediation by page traffic and user impact — high-traffic landing pages, primary product pages, and critical user flows should receive first attention. Implement changes through your CMS or deployment pipeline, and establish a monitoring process to prevent regression as new content is published. The European Accessibility Act's June 2025 enforcement deadline has accelerated remediation timelines for many organizations.

FAQ

What are the legal consequences of failing WCAG alt text requirements?

Legal consequences vary by jurisdiction. In the United States, ADA Title III website accessibility lawsuit filings exceeded 4,600 in 2024 according to Seyfarth Shaw, with missing alt text appearing as a common allegation. In the European Union, the European Accessibility Act mandated compliance by June 28, 2025, with enforcement mechanisms varying by member state. In the UK, the Equality Act 2010 has been interpreted to cover website accessibility.

Does WCAG require alt text on absolutely every image?

WCAG requires text alternatives for all non-text content. Purely decorative images are exempt from requiring descriptive alt text, but only when they are implemented using empty alt text (alt="") that assistive technology can recognize and skip. All other images — informative, functional, complex, and branding — require meaningful descriptions.

How do I write WCAG-compliant alt text for complex statistical charts?

Provide a concise alt text describing the chart type and the primary insight or trend, then link to a long description or accessible data table that contains the full data. WCAG explicitly permits text alternatives to be located elsewhere on the page rather than squeezed into the alt attribute, as long as the relationship is programmatically determinable.

Can I test alt text compliance entirely with automated tools?

No. Automated tools detect missing alt attributes and empty alt attributes but cannot evaluate whether existing alt text accurately describes the image or serves the equivalent purpose required by WCAG. Manual accessibility testing with a screen reader is required for full compliance verification.

Is there a WCAG-specified character limit for alt text?

WCAG does not specify any character limit. The requirement is that the text alternative serves the equivalent purpose of the image. However, most screen readers truncate alt text at approximately 125 characters in practical usage, so critical information should appear first in the description.

How does Section 508 relate to WCAG alt text requirements?

Section 508 of the US Rehabilitation Act incorporates WCAG 2.0 Level AA standards by reference for federal agencies and their contractors. The alt text requirements are substantially identical. Many US states have adopted equivalent or stricter standards, making WCAG-compliant alt text a legal requirement across federal, state, and local government digital properties.