Skip to content

Commit 82914fe

Browse files
committed
[css2] Added explanation of [[CITE]] and automatic generation of prev/next links.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40861
1 parent 7876fc0 commit 82914fe

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

css2/DOC/CONVENTIONS

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,13 @@ All references within the rest of the specification will point to
236236
the appropriate entry in references.src. These links should have the
237237
following syntax:
238238

239+
[[SYMBOL]]
240+
or
241+
[[-SYMBOL]]
242+
243+
The latter forces the reference to be informative ('informref').
244+
This will automatically be expanded to something like:
245+
239246
<a rel="biblioentry"
240247
href="<path>/ref/references.html#ref-SYMBOL"
241248
class="informref"
@@ -255,13 +262,11 @@ Document HEAD
255262

256263
<!DOCTYPE HTML SYSTEM "http://www.w3.org/TR/WD-html40/sgml/HTML4.dtd">
257264
<html lang="en">
258-
<!-- $Id: CONVENTIONS,v 1.13 1997-12-29 21:10:48 ijacobs Exp $ -->
265+
<!-- $Id: CONVENTIONS,v 1.14 1998-02-11 10:13:29 bbos Exp $ -->
259266
<HEAD>
260267
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
261268
<TITLE>CSS2 Specification</TITLE>
262-
<LINK rel="next" href="?.html">
263-
<LINK rel="previous" href="?.html">
264-
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
269+
<!-- *Don't* put next, prev, and stylesheet links, they are automatic -->
265270
</HEAD>
266271
<BODY>
267272
<H1 align="center">CSS2 Specification</H1>

0 commit comments

Comments
 (0)