Re: @media all minified?

see wrote:
> just checked the CSS grammar again, the tokenizer is defined here as:
> 
>     @{M}{E}{D}{I}{A}    {return MEDIA_SYM;}
> 
> Safari seems to be working right here then?

If you cannot create @-rules whose name starts with "media", that seems like a 
bug in the grammar to me.

So either there is a bug in webkit here, or a bug in the grammar, but in either 
case I would not expect "@mediall { ... }" to act like "@media all { ... }".

-Boris

Received on Wednesday, 9 July 2008 15:07:40 UTC