WCAG 2.1Level A Auto-detectable
WCAG 1.1.1: Non-text Content
All non-text content has a text alternative.
Who is affected?
Screen reader users who cannot see images
Common violation example
<img src="logo.png"> without alt attributeHow to fix it
Add descriptive alt text: <img src="logo.png" alt="Acme Corp logo">Automated detection rules (4)
image-altinput-image-altarea-altrole-img-alt
Sturdly uses axe-core to automatically detect 1.1.1 violations on every page of your site.
Does your site have 1.1.1 violations?
Sturdly scans your entire site for WCAG 1.1.1 and 49 other accessibility criteria. Get your score in under 30 seconds.