W3cubDocs

/DOM

MouseEvent.offsetY

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The offsetY read-only property of the MouseEvent interface provides the offset in the Y coordinate of the mouse pointer between that event and the padding edge of the target node.

Syntax

var yOffset = instanceOfMouseEvent.offsetY;

Return value

A double floating point value. Early versions of the spec defined this as an integer. See the Browser compatibility section for details.

Specifications

Specification Status Comment
CSS Object Model (CSSOM) View Module
The definition of 'MouseEvent' in that specification.
Working Draft Initial definition

Browser compatibilityUpdate compatibility data on GitHub

Desktop
Chrome Edge Firefox Internet Explorer Opera Safari
Basic support Yes Yes 39 6 Yes Yes
Value type changed from long to double 56 ? ? ? ? ?
Mobile
Android webview Chrome for Android Edge Mobile Firefox for Android Opera for Android iOS Safari Samsung Internet
Basic support Yes Yes Yes 43 ? ? ?
Value type changed from long to double 56 56 ? ? ? ? ?

See also

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/offsetY