Goal
Make visual and auditory information available to more people.
Loading ...
Success Criterion · WCAG 1.1.1
All non-text content that is presented to the user has a text alternative that serves the equivalent purpose, except for controls, input, time-based media, tests, sensory experiences, CAPTCHAs, and decoration.
Goal
Make visual and auditory information available to more people.
What to do
Provide a text alternative for every piece of non-text content.
Why it matters
People who cannot fully see or hear the original content can still understand it.
Success criterion
Summarized directly from the official Understanding document so teams can quote the requirement accurately.
All non-text content presented to the user has a text alternative that serves the equivalent purpose, except for the situations listed for controls, media, tests, sensory experiences, CAPTCHAs, and decoration.
Intent
Benefits
Why it matters
Summaries drawn from the Understanding document help you socialize impact statements with product stakeholders.
Screen reader and braille users depend on text alternatives to understand icons, images, charts, and functional controls.
People with limited bandwidth or who disable images need meaningful fallbacks to complete tasks and interpret content.
Text alternatives unlock reuse in search, translation, personalization, and analytics because the purpose can be programmatically determined.
Exception guidelines
Document the rationale for each exception and note which alternative support you provide.
Icons, image buttons, and custom inputs must expose a text alternative that describes the action or target.
Requirement
Provide an accessible name that matches the visible label or describes the control’s action (e.g., “Submit order”).
Audio, video, or synchronized media should reference the dedicated alternatives described in Guideline 1.2.
Requirement
Link to captions, transcripts, or audio descriptions rather than duplicating all content within the text alternative.
If providing a text alternative would invalidate a test or drill (for example identifying a sound), it is exempt.
Requirement
Explain why exposing the answer would nullify the test and ensure there is an alternative way to complete the objective.
Purely sensory art or experiences such as ASMR can describe the experience, but are not required to encode every sensation.
Requirement
Provide a high-level description so users know what the experience is, while acknowledging that texture or smell cannot be fully translated.
You may keep a CAPTCHA obfuscated, but you must offer a different modality that is also accessible.
Requirement
Offer at least one alternative challenge (audio, logic puzzle, or honeypot) with instructions available in text.
Assets that provide no information and are ignored by assistive tech can be marked decorative.
Requirement
Use empty alt text (alt="") or CSS background images so they are skipped by virtual cursors.
Provide text alternatives for every non-text component so the same purpose or information can be conveyed through assistive technologies, alternate rendering modes, or downstream formats such as transcripts and braille.
Reference: All summaries and highlights originate from Understanding WCAG 1.1.1 and the W3C quick reference.
Why it matters
Summaries based on the official Understanding WCAG guidance help socialize impact statements with stakeholders.
Screen reader and braille users depend on text alternatives to understand icons, images, charts, and functional controls.
People with limited bandwidth or who disable images need meaningful fallbacks to complete tasks and interpret content.
Text alternatives unlock reuse in search, translation, personalization, and analytics because the purpose can be programmatically determined.
Exception guidelines
Document when an exception applies and what alternative support the experience provides.
Icons, image buttons, and custom inputs must expose a text alternative that describes the action or target.
Requirement
Provide an accessible name that matches the visible label or describes the control’s action (e.g., “Submit order”).
Audio, video, or synchronized media should reference the dedicated alternatives described in Guideline 1.2.
Requirement
Link to captions, transcripts, or audio descriptions rather than duplicating all content within the text alternative.
If providing a text alternative would invalidate a test or drill (for example identifying a sound), it is exempt.
Requirement
Explain why exposing the answer would nullify the test and ensure there is an alternative way to complete the objective.
Purely sensory art or experiences such as ASMR can describe the experience, but are not required to encode every sensation.
Requirement
Provide a high-level description so users know what the experience is, while acknowledging that texture or smell cannot be fully translated.
You may keep a CAPTCHA obfuscated, but you must offer a different modality that is also accessible.
Requirement
Offer at least one alternative challenge (audio, logic puzzle, or honeypot) with instructions available in text.
Assets that provide no information and are ignored by assistive tech can be marked decorative.
Requirement
Use empty alt text (alt="") or CSS background images so they are skipped by virtual cursors.
Examples
Share pass/fail snapshots to coach designers, engineers, QA, and content authors.
Pass
Alt text: “Line chart showing quarterly revenue growth from $1.3M to $2.1M between Q1 and Q4.” plus link to downloadable CSV.
Fail
Alt text: “Chart” or leaving the attribute empty, which hides critical business context.
Pass
Icon-only “Save” button exposes aria-label="Save settings" that matches tooltip copy.
Fail
Accessible name defaults to “button” because the SVG has no title, so screen reader users cannot discover the action.
Pass
Purely decorative wave graphic uses role="presentation" and alt="" so it is skipped.
Fail
Decorative SVG receives an autogenerated filename as alt text, cluttering the virtual cursor.
Evidence to keep
Capture artifacts for VPATs, procurement reviews, and regression testing.
Official resources
Keep these links handy when writing acceptance criteria or responding to audits.
Implementation checklist
Testing ideas
Related success criteria
No additional criteria in this guideline.