Accessibility for content providers - images
Thursday, November 16th, 2006This is probably the one area that most people involved in websites know about. You have to have an alt tag on an image (actually if you’re in point-scoring mode then it’s an alt attribute in an image tag).
In the Web Content Accessibility Guidelines (WCAG) this is covered under checkpoint 1.1:
Provide a text equivalent for every non-text element (e.g., via “alt”, “longdesc”, or in element content). This includes: images, graphical representations of text (including symbols), image map regions, animations (e.g., animated GIFs), applets and programmatic objects, ascii art, frames, scripts, images used as list bullets, spacers, graphical buttons, sounds (played with or without user interaction), stand-alone audio files, audio tracks of video, and video.
As you can see this is not just about images but other multimedia content that you might include on the website. It’s a priority level 1 requirement, so you need …