Re: [csswg-drafts] [cssom-view] window.innerScreenX windows.innerScreenY (#809)

Note that in IE11 `window.screenTop` and `window.screenLeft` seem to be doing exactly this.

However, in modern engines (as well as the spec), those are just aliases to `screenX`/`screenY`, e.g. [these](https://chromium.googlesource.com/chromium/src/+/3c9374d0ebd6fc647485a637050546c98f64f90e) [commits](https://chromium.googlesource.com/chromium/src/+/300df7371f3576267255a3d227ebe98aecf3a9e8) in Blink/WebKit.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 21 January 2021 10:28:34 UTC