- From: Simon Pieters via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Sep 2016 08:56:41 +0000
- To: public-css-archive@w3.org
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