MouseEvent.pageY

The pageY read-only property of the MouseEvent interface returns the Y (vertical) coordinate in pixels of the event relative to the whole document. This property takes into account any vertical scrolling of the page. Originally, this property was defined as a long integer. The CSSOM View Module redefined it as a double float. See the Browser compatibility section for details.

Syntax

var pos = event.pageY

Examples

var pageY = event.pageY;

Specifications

Specification Status Comment
CSS Object Model (CSSOM) View Module
The definition of 'pageY' in that specification.
Working Draft Redefined from long to double.
Touch Events
The definition of 'pageY' in that specification.
Unknown Initial definition.

Browser compatibility

Feature Chrome Edge Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support 45 (Yes) (Yes) 9 (Yes) (Yes)
Redefined from long to double 56 ? ? ? ? ?
Feature Android Webview Chrome for Android Edge Firefox Mobile (Gecko) Firefox OS IE Mobile Opera Mobile Safari Mobile
Basic support 45. 45 (Yes) ? ? ? ? ?
Redefined from long to double 56 56 ? ? ? ? ? ?

See also

Document Tags and Contributors

 Contributors to this page: jpmedley, libbymc, salty-horse, cvrebert, teoli
 Last updated by: jpmedley,