Window: webkitConvertPointFromNodeToPage() method - Web APIs | MDN

Syntax

js

webkitConvertPointFromNodeToPage(node, nodePoint)

Parameters

node

The Node in whose coordinate system the Point specified by nodePoint is described.

nodePoint

A WebKitPoint object describing a point in node'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

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.