[csswg-drafts] [css-omview] add a offset Property to the getBoxQuads API (#10539)

jogibear9988 has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-omview] add a offset Property to the getBoxQuads API ==
The getBoxQuads calculates the transformed corner points of an element, where it is really drawn. 
if you want to use these information to draw for example an selection rectangle wich is offset of the element it would be a nice addition to the getBoxQuads API to add an offset property to the options object.
 It should be of type DOMQuad, so you could specify an offset for each of the 4 corner points.

I already added this to my polyfill: https://github.com/jogibear9988/getBoxQuadsPolyfill 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10539 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 8 July 2024 08:37:32 UTC