Skip to content

Commit 6384433

Browse files
committed
[css2] Removed atkeyword; added comment about DIMEN
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401833
1 parent e51364e commit 6384433

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

css2/errata.src

+14-2
Original file line numberDiff line numberDiff 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
580580
element 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

0 commit comments

Comments
 (0)