- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 09 Jul 2008 11:06:52 -0400
- To: see <csad7@t-online.de>
- CC: "www-style@w3.org" <www-style@w3.org>
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