Please also see my current work at The Enabled Web.
Situations, techniques, and tests are from the W3C WCAG 2.0 Draft. These examples also map to Section 508 paragraph 1194.22(a); please see Wayne Dick's CSU Accessibility Standards for Custom Websites for further information.
G94: Providing short text alternative for non-text content that serves the same purpose and presents the same information as the non-text content using a short text alternative technique listed below
3. H37: Using alt attributes on img elements (HTML)


<img src="tj-name.gif" alt="Tom Jewett, home page" height="50" width="173" />
<img src="tj-pix2.jpg" alt="Photograph of Tom outside Brotman Hall, 2001" height="209" width="173" />
G95: Providing short text alternatives that provide a brief description of the non-text content using a short text alternative technique listed below AND one of the following techniques for long description:
|
|
Primary colors:red, green, blue Secondary colors:yellow = red + green, All colors:white = red + green + blue (#FFFFFF) |
<img src="rgb.jpg" alt="RGB color diagram, description follows" height="256" width="256" />
This diagram can also be understood in the form of a
data dictionary (text)
or viewed as an enlarged image
<img src="association-custorder.gif" alt="Customer-order class diagram" height="149" width="357" />
Remove, hide, or mask the non-text content
Replace it with the text alternative
Check that nothing is lost (the purpose of the non-text content is met by the text alternative)
If the non-text content contains words that are important to understanding the content, the words are included in the text alternative
Check #3 is true. If the non-text content contains words that are important to understanding the content, check #4 is also true.