File tree 1 file changed +14
-2
lines changed
1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ hspace="0"></a><br clear="all"></p>
25
25
<dd><a href="_THE_UPDATE_DIR_/_THE_ID_-errata.html">
26
26
_THE_UPDATE_DIR_/_THE_ID_-errata.html</a>
27
27
<dt>Last revised:
28
- <dd>$Date: 2000-08-08 17:39:41 $
28
+ <dd>$Date: 2000-08-08 17:48:23 $
29
29
</dl>
30
30
31
31
<dl>
@@ -574,7 +574,7 @@ and others as well.
574
574
<P>In the last bullet, change <code>.\55ft</code> to
575
575
<code>.\35 5ft</code>.
576
576
577
- <h3><a href="sample.html">Sample Style Sheet for HTML 4.0</a></h3>
577
+ <h3><a href="sample.html">Appendix A: Sample Style Sheet for HTML 4.0</a></h3>
578
578
579
579
<P>The value of the 'line-height' property set for the BODY
580
580
element should be "1.12em".
@@ -883,6 +883,18 @@ some ways and 'display' in others.
883
883
}
884
884
</PRE>
885
885
886
+ <h3><a href="grammar.html#q2">Appendix D.2 Lexical scanner</a></h3>
887
+
888
+ <P>Remove the following line from the scanner as it
889
+ do not appear in the grammar:</P>
890
+
891
+ <PRE>
892
+ "@"{ident} {return ATKEYWORD;}
893
+ </PRE>
894
+
895
+ <P>The DIMEN token is in the scanner to ensure that a number followed
896
+ by an identifier is read as one token rather than two. This case
897
+ is considered an error in CSS2.
886
898
887
899
<h2><a name="changes">Changes</a></h2>
888
900
You can’t perform that action at this time.
0 commit comments