Window: webkitConvertPointFromNodeToPage() method - Web APIs | MDN
Syntax
js
webkitConvertPointFromNodeToPage(node, nodePoint)
Parameters
node-
The
Nodein whose coordinate system thePointspecified bynodePointis described. nodePoint-
A
WebKitPointobject describing a point innode's coordinate system; this point will be converted to the page's coordinate system.
Return value
A WebKitPoint object specifying a point in the page's coordinate system.
Specifications
This method was specified in the defunct 20 March 2009 Working Draft of CSS 2D Transforms Module Level 3. It is not present in the current CSS Transforms Module Level 1 Working Draft.
Browser compatibility
See also
Window.webkitConvertPointFromPageToNode- Mozilla implementation bug: Firefox bug 850806