[csswg-drafts] [cssom-view] getClientQuads

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

== [cssom-view] getClientQuads ==
Right now, it's pretty difficult to get the size and position of an element that's undergone rotational transforms.

`getClientQuads` (on ranges and elements) would return a sequence of `DOMQuad`s representing the shape of the box.

Eg:

<img width="153" alt="screen shot 2017-06-20 at 15 59 06" src="https://user-images.githubusercontent.com/93594/27340134-90b0dc2c-55d1-11e7-9567-3104aec1c9c8.png">

The green box represents the rect, whereas the blue box represents the quad.

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

Received on Tuesday, 20 June 2017 15:01:43 UTC