Re: [csswg-drafts] [cssom-view] Should browser zoom affect screen.width?

Making it not respond to layout zoom changes would actually expose the
 zoom level. Since you can get the width of the layout viewport (in 
various ways, e.g. `getComputedStyle(someDiv).width`), it is better to
 report the same information from `screen.width`. Then the site can't 
tell if the user zoomed or resized the window.

However, I believe there are probably other means already to get the 
zoom level.

-- 
GitHub Notification of comment by zcorpan
Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/399#issuecomment-244694544 
using your GitHub account

Received on Monday, 5 September 2016 08:56:52 UTC