Bug 277977

Summary: [css-anchor-position-1] Don't attempt to reconstruct layout order during style resolution
Product: WebKit Reporter: David Choi <david_choi5>
Component: CSSAssignee: David Choi <david_choi5>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

David Choi
Reported 2024-08-12 14:06:17 PDT
The current implementation of style & layout interleaving for anchor positioning attempts to reproduce the order in which elements are completely laid out (what I call "layout order") during style resolution in TreeResolver. This is an incorrect implementation, and it needs to be removed.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-12 14:06:42 PDT
David Choi
Comment 2 2024-08-12 14:19:15 PDT
EWS
Comment 3 2024-08-13 08:29:18 PDT
Committed 282168@main (f83902e89345): <https://commits.webkit.org/282168@main> Reviewed commits have been landed. Closing PR #32062 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.