Re: [css3-syntax] First draft of parser section completed

On Sat, Jun 9, 2012 at 4:44 AM, Simon Sapin <simon.sapin@kozea.fr> wrote:
> In 3.5.7. Declaration mode, a '}' token currently is a parse error. It
> should end the declaration block normally, without error.
>
> Example input: foo {}  bar { a: z; }
>
>
> Still in the same mode, a ';' should be ignored without error. (Or at least
> it is in the CSS 2.1 core grammar.)
>
> Example input: foo {; a: z }  bar { b: y;; c: x }

Both fixed, thanks!

~TJ

Received on Tuesday, 12 June 2012 22:30:28 UTC