11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: ui.src,v 1.23 1998-01-28 06:45:18 ijacobs Exp $ -->
3+ <!-- $Id: ui.src,v 1.24 1998-01-29 00:47:00 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>User interface</TITLE>
1010</HEAD>
1111<BODY>
1212<H1 align="center">User interface</H1>
13- <H2><a name="cursor-props">Cursors</a> the <span
13+ <H2><a name="cursor-props">Cursors: </a> the <span
1414class="propinst-cursor">'cursor'</span> property</H2>
1515
1616<!-- #include src=properties/cursor.srb -->
1717
1818<P>This property specifies the type of cursor to be displayed for the
19- mouse pointer. [not necessarily a mouse? -howcome] The values have the following meanings:
19+ pointing device. Values have the following meanings:
2020
2121<dl>
2222<dt><strong>auto</strong>
2323<dd>The UA determines the cursor to display based on the current
2424context.
2525
2626<dt><strong>crosshair</strong>
27- <dd>A simple crosshair
27+ <dd>A simple crosshair (e.g., short line segments resembling a "+" sign).
2828
2929<dt><strong>default</strong>
3030<dd>The platform-dependent default cursor. Often rendered as an arrow.
@@ -71,9 +71,9 @@ P { cursor : text url(mything.cur) }
7171<H2><a name="system-colors">User preferences for colors</a></H2>
7272
7373<p>In addition to being able to assign pre-defined color values to
74- text, backgrounds, etc. CSS2 allows authors to specify colors in a
74+ text, backgrounds, etc., CSS2 allows authors to specify colors in a
7575manner that integrates them into the user's graphic environment. For
76- instance, color blind users may have their environment configured to
76+ instance, color- blind users may have their environment configured to
7777avoid specific colors. Style rules that take into account user
7878preferences thus offer the following advantages:
7979
@@ -83,10 +83,10 @@ preferences thus offer the following advantages:
8383settings may be related to a disability.</li>
8484</ol>
8585
86- <p>The set of values defined for system colors is intended to
87- be exhaustive. For systems that do not expose a corresponding
88- value, it should be mapped to the nearest system attribute, or to
89- a default color.</p>
86+ <p>The set of values defined for system colors is intended to be
87+ exhaustive. For systems that do not have a corresponding value, the
88+ specified value should be mapped to the nearest system attribute, or
89+ to a default color.</p>
9090
9191<p>The following lists additional values for color related CSS
9292attributes and their general meaning. Any color property (e.g., <span
@@ -168,9 +168,9 @@ P { color: windowtext; background-color: window }
168168
169169<H2><a name="system-fonts">User preferences for fonts</a></H2>
170170
171- <P>The <span class="propinst-font">'font'</span> property allows
172- authors to specify fonts available in the user's own graphical
173- environment. Please consult this property for details.
171+ <P>As for colors, authors may specify fonts in a way that makes use of
172+ a user's system resources. Please consult the <span
173+ class="propinst-font">'font'</span> property for details.
174174
175175<H2>Other rendering issues that depend on user agents</H2>
176176
0 commit comments