Bug 29795

Summary: Consider adding a quad based complement to ClientRect APIs
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, simon.fraser, zalan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Sam Weinig 2009-09-27 22:35:00 PDT
Created attachment 40217 [details]
Patch

We should consider if it is a good idea to add a complementary API to the ClientRect/ClientRectList (getClientRects/getBoundingClientRect) APIs that returns quads to better deal with transforms.  I have tentatively called the new types WebKitClientQuad/WebKitClientQuadList and added Element.getClientQuads() and Range.getClientQuads().
Comment 1 Ahmad Saleem 2022-09-21 15:27:34 PDT
Is this something required today? Or we can mark this as "RESOLVED LATER" to explore this in future? Thanks!