- From: Mark Meves <mark.meves@gmail.com>
- Date: Sat, 01 Jan 2011 17:55:32 +0000
- To: www-style@w3.org
Received on Monday, 7 February 2011 13:17:47 UTC
in the page
http://www.w3.org/TR/CSS21/grammar.html
in the section "G.2 Lexical scanner"
the line:
at {baduri} {return BAD_URI);}
should probably read:
at {baduri} {return BAD_URI;}
(note the errant trailing close paren)
This typo is ironic because the series of terminal symbols like "baduri1"
themselves indicate an opening paren with no corresponding close paren but i
doubt that is related!
thanks
Received on Monday, 7 February 2011 13:17:47 UTC