RESOLVED FIXED 288648
Split sizing and positioning calculations in absolutely positioned layout
https://bugs.webkit.org/show_bug.cgi?id=288648
Summary Split sizing and positioning calculations in absolutely positioned layout
fantasai
Reported 2025-02-26 13:49:55 PST
Our current abspos implementation mixes together size and position calculations in a way that is a) inefficient, and b) redundant, and c) difficult to build on top of If we want to support things like alignment (#288531) in absolute positioning, then it would be good to untangle this mess so that we can implement it once rather than 4x.
Attachments
Radar WebKit Bug Importer
Comment 1 2025-02-26 13:50:11 PST
EWS
Comment 2 2025-02-27 21:17:54 PST
Committed 291298@main (94ca2b0f3836): <https://commits.webkit.org/291298@main> Reviewed commits have been landed. Closing PR #41492 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.