Skip to content

Commit 219bac6

Browse files
committed
[css2] Edits by Tantek.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401954
1 parent d7268b6 commit 219bac6

2 files changed

Lines changed: 13 additions & 14 deletions

File tree

css2/text.src

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: text.src,v 2.28 2002-08-02 17:45:39 bbos Exp $ -->
4+
<!-- $Id: text.src,v 2.29 2002-09-10 10:04:31 bbos Exp $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>Text</title>
@@ -64,16 +64,6 @@ have the following meanings:</p>
6464
<dl>
6565
<dt>left, right, center, justify
6666
<dd>Left, right, center, and justify text, respectively.
67-
<dt><span class="index-inst" title="&lt;string&gt;"><span
68-
class="value-inst-string">&lt;string&gt;</span></span>
69-
<dd>Specifies a string on which cells in a table column will
70-
align (see the section on <a href="tables.html#column-alignment">
71-
horizontal alignment in a column</a> for details and an example).
72-
This value applies <em>only</em> to <a href="tables.html">table</a>
73-
cells. If set on other elements, it will be treated as 'left' or
74-
'right', depending on whether <span
75-
class="propinst-direction">'direction'</span> is 'ltr', or 'rtl',
76-
respectively.
7767
</dl>
7868

7969
<p>A block of text is a stack of <a href="visuren.html#line-box">line

css2/ui.src

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
22
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
33
<html lang="en">
4-
<!-- $Id: ui.src,v 2.25 2002-08-02 17:45:39 bbos Exp $ -->
4+
<!-- $Id: ui.src,v 2.26 2002-09-10 10:04:31 bbos Exp $ -->
55
<head>
66
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
77
<title>User interface</title>
8-
<!-- Changed by: Tantek Celik, 23-04-2002 -->
8+
<!-- Changed by: Tantek Celik, 29-08-2002 -->
99
</head>
1010
<body>
1111
<h1>User interface</h1>
@@ -58,11 +58,20 @@ Often rendered as a spinning beach ball.
5858
<dd>Help is available for the object under the cursor. Often rendered
5959
as a question mark or a balloon.
6060

61+
<dt><span class="index-inst" title="&lt;uri&gt;"><span
62+
class="value-inst-uri">&lt;uri&gt;</span></span>
63+
<dd>The user agent retrieves the cursor from the resource
64+
designated by the URI. If the user agent cannot handle
65+
the first cursor of a list of cursors, it should attempt
66+
to handle the second, etc. If the user agent cannot handle
67+
any user-defined cursor, it must use the generic cursor
68+
at the end of the list.
69+
6170
</dl>
6271

6372
<div class="example"><p>
6473
<pre>
65-
p { cursor : text; }
74+
p { cursor : url("mything.cur"), url("second.csr"), text; }
6675
</pre>
6776
</div>
6877

0 commit comments

Comments
 (0)