Skip to content

Commit b54da91

Browse files
committed
[css2] links to next changed, mention of HTML made into an example
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40347
1 parent 442b734 commit b54da91

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

css2/grammar.src

Lines changed: 6 additions & 6 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
<html lang="en">
3-
<!-- $Id: grammar.src,v 1.13 1997-10-29 21:53:04 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 1.14 1997-10-31 01:14:50 clilley Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix D: The grammar of CSS2</TITLE>
77
<LINK rel="previous" href="notes.html">
8-
<LINK rel="next" href="refs.html">
8+
<LINK rel="next" href="fontstuff.html">
99
<LINK rel="STYLESHEET" href="style/default.css" type="text/css">
1010
</HEAD>
1111
<BODY>
@@ -17,10 +17,10 @@ however, a superset of CSS2 as this specification imposes additional
1717
semantic constraints not expressed in this grammar. A conforming UA
1818
must also adhere to the <a href="./syndata.html#syntax">
1919
forward-compatible parsing rules</a>, the <a
20-
href="./convent.html#property-defs">property and value
21-
notation</a>, and the <a href="syndata.html#data-types">unit notation
22-
</a>. In addition, HTML imposes restrictions, e.g., on the possible
23-
values of the "class" attribute.
20+
href="./convent.html#property-defs">property and value notation</a>,
21+
and the <a href="syndata.html#data-types">unit notation </a>. In
22+
addition, the document language may impose restrictions, e.g. HTML
23+
imposes restrictions on the possible values of the "class" attribute.
2424

2525
<P> The grammar below is LL(1) (but note that most UA's should not use
2626
it directly, since it doesn't express the parsing conventions, only

0 commit comments

Comments
 (0)