Re: [css3-mediaqueries][cssom] Empty media queries in stylesheets and the DOM

On Thu, 15 Apr 2010 03:49:11 +0300, Sylvain Galineau  
<sylvaing@microsoft.com> wrote:

> Section 2 of the specification [1] states:
>
>> A media query consists of a media type and zero or more expressions
>> involving media features. If the media type is omitted it is assumed
>> to be 'all'.
>
> It is unclear whether the second statement means a) that this:
>
>    @media { ... }
>
> ...is equivalent to:
>
>    @media all { ... }

The CRs from 20090423 and 20090915 differ. Opera's implementation is based  
on the grammar in the 20090423 CR which has "S*" as one of the productions  
for media_query_list.

-- 
Rune Lillesveen
Senior Core Developer
Opera Software ASA

Received on Thursday, 15 April 2010 06:59:12 UTC