| (c) Web pages shall be designed so that all information conveyed with color is also available without color, for example from context or markup. |
Why is this provision necessary?
When colors are used as the sole method for identifying screen elements or controls, persons who are color blind
as well as those people who are blind or have low vision may find the web page unusable. Color-dependent references
and functions based on color may not convey any meaning to color blind or visually impaired individuals.
Does this mean that all pages have to be displayed in black and white?
No, this provision does not prohibit the use of color to enhance identification of important features. It
does, however, require that some other method of identification, such as text labels, must be combined
with the use of color. This provision addresses not only the problem of using color to indicate emphasized
text, but also the use of color to indicate an action. For example, a web page that directs a user to
"press the green button to start" should also identify the green button in some other fashion
than simply by color.
Something to Avoid
Press the Green Button to Start Tutorial:
Good Example
Press the Green Button to Start Tutorial:
Accessible HTML
Press the Green Button to Start Tutorial:<P>
<a href="rule-a.htm">
<img border="0" src="Images/green.jpg" alt="Green
Button - Press to Start Tutorial" WIDTH="42"
HEIGHT="45" border=0></A>
<a href="rule-p.htm">
<img border="0" src="Images/red.jpg" alt="Red Button
- Press to End Tutorial" WIDTH="46" HEIGHT="42"
border=0></a>
|
Previous Slide |
First Slide |
Next Slide |