Re: [css3-syntax] Parser "entry points"

Le 27/01/2013 17:36, Simon Sapin a écrit :
> Similarly, for a single declaration, a ; token does not end the
> declaration. !important is taken care of by saying that such a "can not
> be made important".

For a single declaration that can not be made important, maybe it’s 
easier to duplicate the definition rather than fiddle with the Syntax 
state machine to make it fit. Something like:

   whitespace* ident whitespace* ':' primitive+

-- 
Simon Sapin

Received on Sunday, 27 January 2013 16:44:37 UTC