|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: ui.src,v 2.0 1998-02-02 18:49:14 bbos Exp $ --> |
| 3 | +<!-- $Id: ui.src,v 2.1 1998-02-20 01:06:14 ijacobs Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>User interface</TITLE> |
@@ -48,22 +48,21 @@ context. |
48 | 48 |
|
49 | 49 | <dt><strong><span class="value-inst-uri"><uri></span></strong> |
50 | 50 |
|
51 | | -<dd>The user agent should retrieve the cursor from the resource |
52 | | -designated by the URI. It is an error if the resource is |
53 | | -not a proper cursor. User agents may handle this error condition in |
54 | | -different ways. |
| 51 | +<dd>The user agent retrieves the cursor from the resource |
| 52 | +designated by the URI. If the user agent cannot handle |
| 53 | +the first cursor of a list of cursors, it should attempt |
| 54 | +to handle the second, etc. If the user agent cannot handle |
| 55 | +any user-defined cursor, it must use the generic cursor |
| 56 | +at the end of the list. |
55 | 57 | </dl> |
56 | 58 |
|
57 | 59 | <div class="example"><P> |
58 | | -The following example makes the cursor stored in the |
59 | | -resource <samp>mything.cur</samp> the "text" cursor. |
60 | | - |
61 | 60 | <PRE> |
62 | | -P { cursor : text url(mything.cur) } |
| 61 | +P { cursor : url(mything.cur), url(second.csr), text; } |
63 | 62 | </PRE> |
64 | 63 | </div> |
65 | 64 |
|
66 | | -<P>CSS2 does not allow users to specify animated cursors. |
| 65 | +<!-- Animated cursors? -IJ --> |
67 | 66 |
|
68 | 67 | <H2><a name="system-colors">User preferences for colors</a></H2> |
69 | 68 |
|
|
0 commit comments