Skip to content

Commit f60e6ef

Browse files
committed
[css2] Added explanation of class="value-inst-xxx noxref"
and class="propinst-xxx noxref". --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401642
1 parent d0ee38e commit f60e6ef

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

css2/DOC/CONVENTIONS

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ Note: To get the property name in the TOC, it must be put in a
5656
* You cannot put any <span>s inside the <span> around the property
5757
instance.
5858

59+
* html2ps will normally indicate the generated link by inserting a
60+
page number after it. To suppress that, add "noxref":
61+
62+
<span class="propinst-propname noxref">'propname'</span>
63+
64+
(The way this works is that the addlinks script copies the "noxref"
65+
to the <a> tag it generates, and html2ps looks at that <a> tag.)
66+
67+
5968
************
6069
Value types
6170
************
@@ -103,6 +112,11 @@ span:
103112
<span class="value-inst-value">value</span>
104113
</a>
105114

115+
* html2ps will normally indicate the generated link by inserting a
116+
page number after it. To suppress that, add "noxref":
117+
118+
<span class="value-inst-value noxref">value</span>
119+
106120
************
107121
Indexes
108122
************
@@ -262,7 +276,7 @@ Document HEAD
262276

263277
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
264278
<html lang="en">
265-
<!-- $Id: CONVENTIONS,v 1.14 1998-02-11 10:13:29 bbos Exp $ -->
279+
<!-- $Id: CONVENTIONS,v 1.15 1998-05-05 18:01:10 bbos Exp $ -->
266280
<HEAD>
267281
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
268282
<TITLE>CSS2 Specification</TITLE>

0 commit comments

Comments
 (0)