Auditory information is sound clips (e.g., Real Player, Media Player, QuickTime, and .wav files). Visual information includes images (GIF, JPEG or PNG formats that may appear as text, drawings, photos, buttons, etc.), maps, graphical buttons, and animated GIFs. Auditory and visual images are used by Web site developers to enhance sites and to present information in formats other than text.
Some people with visual impairments and learning disabilities use text-to-speech screen readers that read aloud text appearing on the screen. However, screen readers cannot read content presented in an image or graphic format. Also, individuals with older computers or slow Internet connections may surf with image loading turned off and will miss information presented visually.
Likewise, information presented audibly will be inaccessible to individuals with hearing impairments, to those who have turned their speakers off when working in an environment where noise may disturb others (e.g., in an office or library), for individuals having difficulty understanding spoken language or accent, and to those using computers with no sound card.
When using auditory information and visual images, providing equivalent information is crucial. Equivalent information is content that conveys the same information as the auditory or visual content, such as providing captioning for a movie clip.
Below are some techniques and guidelines for providing equivalent information.
1. Use text equivalents For example:
ALT="Canadian flag"
conveys the same information as an image of the Canadian flag when presented to users.
The D-link, a convention established by the CPB/WGBH National Center for Accessible Media (http://main.wgbh.org/wgbh/pages/ncam/), is a way to link manually to the target of the LONGDESC by linking a D positioned near the image. As most current Web browsers do not yet support the LONGDESC attribute, it is recommended that both LONGDESC and D-link be used.
For example:
<IMG SRC="chart.gif" ALT="Chart comparing salaries of the top five occupations" LONGDESC="http://www.thismachine.com/salaries.txt">
<A HREF="salaries.txt">D</A>
ALT="red ball"
simply use the empty ALT attribute:
ALT=" "
Even though the ALT attribute is empty, it is still necessary to use one. Otherwise, without an ALT attribute present, a screen reader will simply read "image" when encountering a graphic.
However, when using an image for a bullet in a list of items, an appropriate text equivalent may be:
ALT="*"
This will assist those using screen readers to differentiate listed items.
TIP A good test to determine if a text equivalent is useful is to imagine reading the document aloud over the telephone. What would you say upon encountering this image to make the page comprehensible to the listener?
TIP Some Web design software programs, e.g., WYSIWYG (what-you-see-is-what-you-get) editors, automatically use the file name and size as the default ALT.
For example:
ALT="image1.gif 546 bytes"
This is uninformative and rather boring to listen to when read aloud by a screen reader. Good Web designers make it a practice to add appropriate, informative ALT attributes in each required instance.
2. Include redundant text links with server-side image maps
3. Provide auditory description and captioning
4. Synchronize equivalents
5. Include redundant text links with client-side image mapsThe bottom line, as stated in WCAG Guideline 1, is provide equivalent alternatives to auditory and visual information.