Hacker News new | ask | show | jobs
by onion2k 2842 days ago
The robot image on the home page doesn't have any alt text. Not a good start for an accessibility checking service.
1 comments

The image is basically there to be decorative. In that scenario, an empty alt attribute is used to inform assistive technology that yes, there is an image here, but it isn't adding any further information. It's actually one of the main things that MAWD helps with right now.

Putting alt text on all the images of random cats on a website only adds value to people if the cats are at all relevant to the content :)

https://www.w3.org/TR/2016/NOTE-WCAG20-TECHS-20161007/H67

Wouldn't adding role="presentation" be good for an image that is purely for decoration?