Web Accessibility services and resources for producing web sites accessible to people with special needs.
(a) A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content).
Testing for Accessible Images and Graphics can be one of the few items that can be tested objectively. At its most simple implementation, this standard requires that every <img> tag have an alt attribute. For the developer, this can be as efficient as doing a find for "<img"command in whatever development tool being used with a {alt=""} - no braces needed - in the clipboard to paste into each tag. Then the developer only has to add any text for graphics that provide information. All Accessibility testing tools will test for this feature. The National Center for Accessible Media has a free Accessibility QA Favelet with a variety of testing tools. Their image option provides an simple list of all the images on the page with the alt text and a copy of the image for convenient verification that the image has the correct text.