File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ hspace="0"></a><br clear="all"></p>
2525<dd><a href="_THE_UPDATE_DIR_/_THE_ID_-errata.html">
2626_THE_UPDATE_DIR_/_THE_ID_-errata.html</a>
2727<dt>Last revised:
28- <dd>$Date: 2000-08-08 17:39:41 $
28+ <dd>$Date: 2000-08-08 17:48:23 $
2929</dl>
3030
3131<dl>
@@ -574,7 +574,7 @@ and others as well.
574574<P>In the last bullet, change <code>.\55ft</code> to
575575<code>.\35 5ft</code>.
576576
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>
578578
579579<P>The value of the 'line-height' property set for the BODY
580580element should be "1.12em".
@@ -883,6 +883,18 @@ some ways and 'display' in others.
883883 }
884884</PRE>
885885
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.
886898
887899<h2><a name="changes">Changes</a></h2>
888900
You can’t perform that action at this time.
0 commit comments