[Webkit-unassigned] [Bug 35567] consider implementing bounding-box properties on the Range object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 2 09:15:39 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35567


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sam at webkit.org




--- Comment #1 from Sam Weinig <sam at webkit.org>  2010-03-02 09:15:40 PST ---
We support a very similar API called ClientRect from the
http://dev.w3.org/csswg/cssom-view/ specification.  One can get a ClientRect
from a range by calling range.getClientRects() or
range.getBoundingClientRect(). Does this meet your requirements?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list