- From: Geoffrey Sneddon via GitHub <sysbot+gh@w3.org>
- Date: Mon, 27 Aug 2018 15:19:26 +0000
- To: public-css-archive@w3.org
gsnedders has just created a new issue for https://github.com/w3c/csswg-drafts: == resizeTo doesn't match any impl == The resize step in the spec: > Resize target’s window by moving its right and bottom edges such that the distance between the left and right edges of the viewport are x CSS pixels of target and the distance between the top and bottom edges of the viewport are y CSS pixels of target. AIUI, this is mutating window.innerWidth/Height. Contrast this with what MDN says: > aWidth is an integer representing the new outerWidth in pixels (including scroll bars, title bars, etc). This matches what I believe every implementation does. Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3060 using your GitHub account
Received on Monday, 27 August 2018 15:19:27 UTC