Re: [css3-mediaqueries] Re: Media queries using relative units

On 5/20/12 11:10 AM, Brad Kemper wrote:
>> 'zoom' (and its more insidious cousin, browser zoom) is completely
>> unspecified within CSS. :/  So, there's no definite answer either way.
>> (But I think browser zoom should indeed trigger that MQ, because the
>> effective width of the window is shrinking due to larger pixels.)
>
> The width as measured in CSS pixels is the same. Having a retina display doesn't change the width, so why should zoom?

It really depends on the zoom implementation.  Some zoom implementations 
work by just changing the size of a CSS px, since that automatically 
resizes everything that's not using percentage sizes..

-Boris

Received on Sunday, 20 May 2012 16:31:24 UTC