🖼️
Case 2
The image that failed the accessibility audit
🎫 Client ticket
An accessibility audit failed the homepage. The reviewer wrote: 'the main photo has no text alternative for screen-reader users.' The image itself displays fine on screen.
HTML
CSS
✅ Fixed! Case closed.
You found the faulty line and corrected it — exactly what real debugging feels like.
Why it broke: Content images must carry an
alt attribute describing what they show, e.g. alt="Our team in the office". It's read aloud to screen-reader users, indexed by search engines, and shown if the image can't load. A purely decorative image would use an empty alt="".