11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: ui.src,v 2.11 1998-03-21 21:22:55 ijacobs Exp $ -->
3+ <!-- $Id: ui.src,v 2.12 1998-04-17 23: 21:43 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>User interface</TITLE>
@@ -40,7 +40,7 @@ context.
4040<dd> Indicates text that may be selected. Often rendered as an I-bar.
4141
4242<dt><strong>wait</strong>
43- <dd>A cursor to indicate that the program is busy and the user should
43+ <dd>Indicates that the program is busy and the user should
4444 wait. Often rendered as a watch or hourglass.
4545
4646<dt><strong>help</strong>
@@ -65,10 +65,11 @@ at the end of the list.
6565
6666<H2><a name="system-colors">User preferences for colors</a></H2>
6767
68- <p>In addition to being able to assign pre-defined color values to
69- text, backgrounds, etc., CSS2 allows authors to specify colors in a
70- manner that integrates them into the user's graphic environment. Style
71- rules that take into account user preferences thus offer the following
68+ <p>In addition to being able to assign pre-defined <a
69+ href="syndata.html#color-units">color values</a> to text, backgrounds,
70+ etc., CSS2 allows authors to specify colors in a manner that
71+ integrates them into the user's graphic environment. Style rules that
72+ take into account user preferences thus offer the following
7273advantages:
7374
7475<ol>
@@ -82,7 +83,7 @@ exhaustive. For systems that do not have a corresponding value, the
8283specified value should be mapped to the nearest system attribute, or
8384to a default color.</p>
8485
85- <p>The following lists additional values for color related CSS
86+ <p>The following lists additional values for color- related CSS
8687attributes and their general meaning. Any color property (e.g., <span
8788class="propinst-color">'color'</span> or <span
8889class="propinst-background-color">'background-color'</span>) can take
@@ -107,7 +108,7 @@ one of the following names:</p>
107108<dt><strong>button-text</strong>
108109<dd>Text on push buttons.
109110<dt><strong>caption-text</strong>
110- <dd>Text in caption, size box, and scroll bar arrow box.
111+ <dd>Text in caption, size box, and scrollbar arrow box.
111112<dt><strong>gray-text</strong>
112113<dd>Grayed (disabled) text. This color is set to #000 if
113114the current display driver does not support a solid gray color.
@@ -224,7 +225,7 @@ class="propinst-outline-width">'outline-width'</span>, and <span
224225class="propinst-outline-color">'outline-color'</span>.
225226
226227<p class="note">Note that the outline is the same on all sides. In
227- contrast to borders, there is no " outline-top" or " outline-left"
228+ contrast to borders, there is no ' outline-top' or ' outline-left'
228229property.
229230
230231<p>This specification does not define how multiple overlapping
@@ -269,8 +270,8 @@ has the focus, and a thick red line when it is active, the following
269270rules can be used:
270271
271272<pre>
272- :focus { outline: thick solid black}
273- :active {outline: thick solid red}
273+ :focus { outline: thick solid black }
274+ :active { outline: thick solid red }
274275</pre>
275276</div>
276277
0 commit comments