RESOLVED WONTFIX 130583
[CSS Regions] Make mapLocalToContainer regions aware
https://bugs.webkit.org/show_bug.cgi?id=130583
Summary [CSS Regions] Make mapLocalToContainer regions aware
Andrei Bucur
Reported 2014-03-21 05:39:42 PDT
mapLocalToContainer should be able to select the correct region when walking the ancestor path of a renderer inside a flow thread. The problem is that rectangles are shifted from their layout positions through transforms / relative positioning. Correct region information can't be collected using only geometrical values. Because of this limitation, getClientRects() will return invalid results in some cases (with content overflowing the region).
Attachments
Brent Fulgham
Comment 1 2022-07-13 09:18:34 PDT
CSS Regions were removed in Bug 174978.
Note You need to log in before you can comment on or make changes to this bug.