Re: Parsing media queries

On Dec 10, 2007, at 5:41 AM, Anne van Kesteren wrote:

> On Mon, 19 Nov 2007 01:32:01 +0100, L. David Baron  
> <dbaron@dbaron.org> wrote:
>> On Wednesday 2007-11-14 18:01 +0200, Henri Sivonen wrote:
>>> I agree that it doesn't make sense to allow escapes. After all,  
>>> the spec
>>> are Basic Latin identifiers--not arbitrary strings.
>>
>> Have you tested what existing implementations do with character
>> escapes?  (Assuming that those implementations support character
>> escapes in CSS.)  In both media queries in HTML and in CSS?
>
> http://tc.labs.opera.com/mediaqueries/parsing/022.htm tests it for  
> HTML. Safari 3 supports escaping and Opera 9.5 doesn't.

Cool. Another CSS hack is born. Now I can somewhat more reliably give  
different rules to Safari 3 and Opera 9.5, when desired. Thanks Anne!  
It may get a bit messy once Gecko joins the media queries fray, however.

Received on Monday, 10 December 2007 17:44:22 UTC