Re: Media Queries Test Suite Generator

On Mon, 21 Nov 2005 13:36:34 +0100, Bert Bos <bert@w3.org> wrote:
> That makes sense, because it is unclear what an expression such as
> screen and (max-width)' would mean.

In our implemention it currently means that an expression as "{media-type}  
and {feature}" ('min-*' and 'max-*' are features as per section 5) will  
return true when {feature} applies to the given {media-type}.

So "screen and (grid)" returns false but "screen and (grid:0)" returns  
true. And I assume "speech and (min-width)" will return false but I have  
not tested that.

Kind regards,

Anne van Kesteren


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Monday, 21 November 2005 12:46:21 UTC