File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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************
6069Value 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************
107121Indexes
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>
You can’t perform that action at this time.
0 commit comments