Simplified Web Accessibility Guide


Question 1: Does the Web site contain auditory information and visual images?

What does this mean?

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.

Why does this present a problem?

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.

What are the solutions?

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.

Priority 11. Use text equivalents

Guidelines for developing ALT attributes:

  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.

Priority 12. Include redundant text links with server-side image maps

Priority 13. Provide auditory description and captioning

Priority 14. Synchronize equivalents

Priority 35. Include redundant text links with client-side image maps

What is the bottom line?

The bottom line, as stated in WCAG Guideline 1, is provide equivalent alternatives to auditory and visual information.