WCAG 1.1.1: Non-text Content
1.1 Text Alternatives
What Does This Criterion Require?
All non-text content has a text alternative that serves the equivalent purpose.
Technical Details
| WCAG Level | A |
|---|---|
| WCAG Version | 2.1, 2.2 |
| POUR Principle | Perceivable |
| Guideline | 1.1 Text Alternatives |
| A11yied Testing | Fully Automated |
How A11yied Tests This Criterion
A11yied automatically validates WCAG 1.1.1 using browser-based testing that analyzes your page in real-time.
Implementation: images.ts
Testing Notes:
Comprehensive coverage expanded: 7 rules now cover img alt text (with empty alt verification), input type=image, canvas, SVG, video captions, audio transcripts, and object/embed fallback. Total 1,182 passing tests. Icon fonts skipped (unreliable detection, modern usage is SVG). Empty alt text now flagged for manual verification - correct for decorative images but requires human judgment.
Last verified: 10/10/2025
Test This Criterion on Your Site
Use A11yied to scan your website and identify WCAG 1.1.1 violations automatically. Get detailed reports with code examples and fix recommendations.
Start Free ScanRelated WCAG Criteria
Official WCAG Reference
View the official WCAG specification for 1.1.1 Non-text Content on the W3C website for complete technical details and implementation guidance.
Read W3C Understanding 1.1.1→
