RESOLVED WONTFIX Bug 129780
[CSSRegions] offsetParent is wrong for an element in a flow without regions
https://bugs.webkit.org/show_bug.cgi?id=129780
Summary [CSSRegions] offsetParent is wrong for an element in a flow without regions
Mihnea Ovidenie
Reported 2014-03-05 22:19:48 PST
Assume you have an element in a flow that does not have a region chain. Because of that, the element is not visually formatted which means that offsetParent should return null, while currently it returns a different value. I believe this is the case for other API's like offsetLeft, offsetTop, offsetHeight, offsetWidth, getClientRect, getBoundingClientRect etc.
Attachments
Patch (14.26 KB, patch)
2014-04-24 04:02 PDT, Radu Stavila
no flags
Expanded test (15.97 KB, patch)
2014-04-24 06:14 PDT, Radu Stavila
abucur: review-
Alan Stearns
Comment 1 2014-03-06 08:18:15 PST
Also, the x and y attributes on an image should return 0 if the image is in a named flow with no region chain.
Radu Stavila
Comment 2 2014-04-24 04:02:57 PDT
Radu Stavila
Comment 3 2014-04-24 06:14:28 PDT
Created attachment 230072 [details] Expanded test
Andrei Bucur
Comment 4 2014-04-24 22:39:42 PDT
Comment on attachment 230072 [details] Expanded test I think this creates a new spectrum of invasiveness and complexity we should try to avoid. If we go on this path, we'll have to patch all the offset* properties and this increases the maintenance burden for all the project. Maybe we can find a more localised solution.
Brent Fulgham
Comment 5 2022-07-12 17:21:10 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.