Re: [css3-mediaqueries] Handling non-square pixels

Håkon Wium Lie wrote:
> 
>  >    | When querying devices with non-square pixels, in 'min-resolution'
>  >    | queries the least-dense dimension must be compared to the specified
>  >    | value and in 'max-resolution' queries the most-dense dimensions must
>  >    | be compared instead. A fixed 'resolution' query never matches a device
>  >    | with non-square pixels.
> 
> Added, except for the last sentecne. What do you mean by "fixed
> query"? (I'm guessing: one that doesn't involve min or max?)
> And, why wouln't it match?

Yeah, I was referring to one that doesn't involve min or max.
It wouldn't match because there are two resolutions in the
device: a horizontal resolution and a vertical resolution.
They can't both match the 'resolution' query.

~fantasai

Received on Wednesday, 9 January 2008 17:38:12 UTC