- From: L. David Baron <dbaron@dbaron.org>
- Date: Sat, 4 Jun 2011 10:21:52 +0900
- To: www-style@w3.org
http://www.w3.org/TR/CSS21/grammar.html has this production:
# media
# : MEDIA_SYM S* media_list LBRACE S* ruleset* '}' S*
# ;
which uses the terminal "LBRACE", which is not defined anywhere. I
think it should just instead say:
# media
# : MEDIA_SYM S* media_list '{' S* ruleset* '}' S*
# ;
-David
--
L. David Baron http://dbaron.org/
Mozilla Corporation http://www.mozilla.com/
Received on Saturday, 4 June 2011 01:22:25 UTC