Re: [CSSOM] Interaction of getBoundingClientRect/getClientRects with transforms

On 8/31/10 9:13 AM, Anne van Kesteren wrote:
> Bounding box is what we do for SVG so we should do that here too.

So for each box generated by the element, return the coordinates of its 
bounding box?  Think this:

   <span id="transformed-span">Some<br>text</span>

> Ideally the definition of "border box" in CSS reflects this behavior or
> CSS gets a different kind of "border box" that reflects this behavior
> and CSSOM View is updated to use that.

That would need to happen in the transforms spec, I assume.

-Boris

Received on Tuesday, 31 August 2010 13:30:50 UTC