Skip to content

Commit 4c07dfa

Browse files
committed
[css2] Link from changes document to tokenizer
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%40978
1 parent fafdbae commit 4c07dfa

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

css2/changes.src

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: changes.src,v 2.0 1998-02-02 18:43:47 bbos Exp $ -->
3+
<!-- $Id: changes.src,v 2.1 1998-02-18 23:38:10 ijacobs Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix B: Changes from CSS1</TITLE>
@@ -91,6 +91,10 @@ specification reflects this.
9191

9292
<LI>Initial value of 'display' is 'inline', not 'block' as in CSS1.
9393
<LI>[the 'clear' property now only applies to block-level elements]
94+
95+
<li>Please also consult the section on the <a
96+
href="grammar.html#tokenizer-diffs">differences between the CSS1
97+
and CSS2 tokenizer</a>.
9498
</UL>
9599

96100
</BODY>

css2/grammar.src

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: grammar.src,v 2.4 1998-02-18 19:12:10 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.5 1998-02-18 23:38:12 ijacobs 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>
@@ -228,7 +228,8 @@ U\+{h}{1,6}-{h}{1,6} {return UNICODERANGE;}
228228
. {return *yytext;}
229229
</pre>
230230

231-
<h2>Comparison of tokenization in CSS2 and CSS1</h2>
231+
<h2><a name="tokenizer-diffs">Comparison of tokenization in CSS2 and
232+
CSS1</a></h2>
232233

233234
<p>There are some differences in the syntax specified in the CSS1
234235
recomendation [[-CSS1]], and the one above. Most of these are because

0 commit comments

Comments
 (0)