Re: SVGT 1.2: !important is an error

Quoting Chris Lilley <chris@w3.org>:
> Is that the "more restrictive grammar that is closer to the CSS level 
> 2 language" grammar in appendix G
> http://www.w3.org/TR/CSS21/grammar.html
> which however "should not be used by most user agents",

Yeah,

declaration
  : property ':' S* expr prio?
  | /* empty */
  ;
prio
  : IMPORTANT_SYM S*
  ;

It seems I was wrong regarding the comments inside property values. I 
guess you
should not rely on implementations. :-) (That might be changed though.)


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Thursday, 12 January 2006 14:59:04 UTC