screenX

screenX

window.screenX, window.screenY

[1] Opera 9.52 はなぜか負の値を返します。推測では、 viewport の左上からタブに相当する外辺までの長さです。

[2] その代わり(?)なのか、 window.screenTop, window.screenLeft があります。

[3] Firefox3, WebKit が対応していますが、 WinIE7 は未対応です。

screenX 属性、 screenY 属性 (MouseEvent オブジェクト)

[4] WinIE7, WebKit, Opera, Gecko が実装しています。

[5] event.screenX - MDC ( 版) <https://developer.mozilla.org/En/DOM/Event.screenX>

[6] Document Object Model Events ( 版) <http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html#Events-MouseEvent-screenX>

[7] Touch Events ( ( 版)) <https://dvcs.w3.org/hg/webevents/raw-file/v1/touchevents.html#widl-Touch-screenX>

[8] set window rect: restrict to signed 32-bit integer input (andreastt著, ) <https://github.com/w3c/webdriver/commit/60a0ee3afaecd3acd727865fda86c5e16cd57604>

[9] set window rect: restrict to signed 32-bit integer input (andreastt著, ) <https://github.com/w3c/webdriver/commit/60a0ee3afaecd3acd727865fda86c5e16cd57604>