diff --git a/understanding/20/use-of-color.html b/understanding/20/use-of-color.html index e71b9d3b53..103d04876b 100644 --- a/understanding/20/use-of-color.html +++ b/understanding/20/use-of-color.html @@ -38,13 +38,28 @@

Intent of Use of Color

only in color.

-

Examples of information conveyed by color differences: “required fields are red", - “error is shown in red", and “Mary's sales are in red, Tom's are in blue". Examples - of indications of an action include: using color to indicate that a link will open - in a new window or that a database entry has been updated successfully. An example - of prompting a response would be: using highlighting on form fields to indicate that - a required field had been left blank. -

+

Examples of common failures include:

+ @@ -157,18 +189,27 @@

Examples of Use of Color

A form that uses color and text to indicate required fields
A form contains both required and optional fields. Instructions at the top of the - form explain that required fields are labeled with red text and also with an icon. - Users who cannot perceive the difference between the optional field labels and the - red labels for the required fields will still be able to see the icon next to the - red labels.
+ form explain that required fields are labeled with red text and also with an icon. + Users who cannot perceive the difference between the optional field labels and the + red labels for the required fields will still be able to see the icon next to the + red labels.
An examination
Students view an SVG image of a chemical compound and identify the chemical elements - present based both on the colors used, as well as numbers next to each - element. A legend shows the color and number for each type of element. Sighted users who - cannot perceive all the color differences can still understand the image by relying on - the numbers.
+ present based both on the colors used, as well as numbers next to each + element. A legend shows the color and number for each type of element. Sighted users who + cannot perceive all the color differences can still understand the image by relying on + the numbers. +
A series of toggle buttons
+
Users are presented with a series of toggle buttons that can be turned on or off. Visually, + when a toggle button is turned on, it not only has a different background color, but is + also styled to appear "pressed", with a distinctive inner shadow. Alternatively, toggles that + are turned on could have an extra "ticked" icon to distinguish them from toggles that are + turned off.
+
Focus indication
+
When an interactive control (like a button, toggle, or checkbox) receives focus, its background color + changes. In addition to this, an extra outline (which was not present in the control's unfocused state) + appears around the control.
-