|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: ui.src,v 1.13 1997-10-03 20:51:55 ian Exp $ --> |
| 3 | +<!-- $Id: ui.src,v 1.14 1997-10-21 01:08:47 ian Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>User interface</TITLE> |
|
20 | 20 | <dl> |
21 | 21 | <dt><strong>auto</strong> |
22 | 22 | <dd>The UA determines the cursor to display based on the current |
23 | | - context. |
| 23 | +context. |
| 24 | + |
24 | 25 | <dt><strong>crosshair</strong> |
25 | 26 | <dd>A simple crosshair |
26 | 27 |
|
27 | 28 | <dt><strong>default</strong> |
28 | | -<dd>The platform-dependent default cursor. Usually an arrow. |
| 29 | +<dd>The platform-dependent default cursor (usually an arrow). |
29 | 30 |
|
30 | 31 | <dt><strong>pointer</strong> |
31 | 32 | <dd>The cursor is a pointer of some sort. |
@@ -55,6 +56,8 @@ not a proper cursor. User agents may handle this error condition in |
55 | 56 | different ways. |
56 | 57 | </dl> |
57 | 58 |
|
| 59 | +<P>CSS2 does not allow users to specify animated cursors. |
| 60 | + |
58 | 61 | <H2>User preferences for colors and fonts</H2> |
59 | 62 |
|
60 | 63 | <p>In addition to being able to assign pre-defined color and font |
@@ -139,7 +142,7 @@ the current display driver does not support a solid gray color. |
139 | 142 | <dt><strong>threedshadow</strong> |
140 | 143 | <dd>Dark shadow for three-dimensional display elements. |
141 | 144 | <dt><strong>window</strong> |
142 | | -<dd>Window background |
| 145 | +<dd>Window background. |
143 | 146 | <dt><strong>windowframe</strong> |
144 | 147 | <dd>Window frame. |
145 | 148 | <dt><strong>windowtext</strong> |
|
0 commit comments