Re: bug in the CSS grammar definition

On Oct 3, 2008, at 3:23 PM, Manlio Perillo wrote:
>
> The problem is with this rule:
> num		[0-9]+|[0-9]*"."[0-9]+
>
>
> This does not allow negative numbers:
>    margin-left: -20px;

Check the grammar for 'term' - I think you will find sign handled  
there (not in the scanner).

--Brady

Received on Saturday, 4 October 2008 05:22:55 UTC