Bug 288648

Summary: Split sizing and positioning calculations in absolutely positioned layout
Product: WebKit Reporter: fantasai <fantasai.bugs>
Component: Layout and RenderingAssignee: fantasai <fantasai.bugs>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 288531, 289914    

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.