RESOLVED FIXED 161788
Change offsetParent to match spec change
https://bugs.webkit.org/show_bug.cgi?id=161788
Summary Change offsetParent to match spec change
Simon Pieters (:zcorpan)
Reported 2016-09-09 01:55:27 PDT
See https://github.com/w3c/csswg-drafts/issues/409 Spec change https://github.com/w3c/csswg-drafts/commit/180b348a1ac0931043cd195651fc5164463d2bce Test/demo https://jsfiddle.net/nqgL7L2e/ WebKit: outer.style inner.offsetParent /* empty */ body position: relative outer transform: translate(0) body will-change: position body will-change: transform body Gecko: outer.style inner.offsetParent /* empty */ body position: relative outer transform: translate(0) outer will-change: position outer will-change: transform outer
Attachments
Patch (5.71 KB, patch)
2021-12-07 08:04 PST, Martin Robinson
no flags
Patch (12.59 KB, patch)
2021-12-08 07:54 PST, Martin Robinson
no flags
Radar WebKit Bug Importer
Comment 1 2016-09-09 12:58:33 PDT
Martin Robinson
Comment 2 2021-12-07 08:04:33 PST
EWS Watchlist
Comment 3 2021-12-07 08:06:11 PST
This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess
Martin Robinson
Comment 4 2021-12-08 07:54:15 PST
EWS
Comment 5 2022-01-05 02:02:14 PST
Committed r287610 (245737@main): <https://commits.webkit.org/245737@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 446366 [details].
Brent Fulgham
Comment 6 2022-02-04 14:44:10 PST
This change should be present in STP 139, iOS 15.4 Beta, and macOS 12.3 Beta.
Note You need to log in before you can comment on or make changes to this bug.