Skip to content

Commit 5bccaff

Browse files
committed
[css2] Fixed definition of uri for cursors, fixed example, removed text about error-handling
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401003
1 parent d2b87a0 commit 5bccaff

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

css2/ui.src

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>User interface</TITLE>
@@ -48,22 +48,21 @@ context.
4848

4949
<dt><strong><span class="value-inst-uri">&lt;uri&gt;</span></strong>
5050

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.
5557
</dl>
5658

5759
<div class="example"><P>
58-
The following example makes the cursor stored in the
59-
resource <samp>mything.cur</samp> the "text" cursor.
60-
6160
<PRE>
62-
P { cursor : text url(mything.cur) }
61+
P { cursor : url(mything.cur), url(second.csr), text; }
6362
</PRE>
6463
</div>
6564

66-
<P>CSS2 does not allow users to specify animated cursors.
65+
<!-- Animated cursors? -IJ -->
6766

6867
<H2><a name="system-colors">User preferences for colors</a></H2>
6968

0 commit comments

Comments
 (0)