Overview
Images must have text alternatives that describe the content or function of the image.
WCAG Criterion:1.1.1
Conformance Level:Level A
Difficulty:Easy
Time to fix:~5 min
Category:Images
The Problem
This pattern is inaccessible — avoid it.
The Fix
Use this accessible pattern instead.
Step-by-step
Find all <img> elements on the page.
Add an alt attribute to every <img>.
For decorative images (icons, spacers), use alt="" (empty string, not missing).
For informative images, write a concise description of what the image conveys.
For images that contain text, include that text in the alt value.
Framework Notes
How to apply this fix in your stack.