[CSS21] dangling LBRACE terminal in grammar.html

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