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: | CSS | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/133710361>
David Choi
Pull request: https://github.com/WebKit/WebKit/pull/32062
EWS
Committed 282168@main (f83902e89345): <https://commits.webkit.org/282168@main>
Reviewed commits have been landed. Closing PR #32062 and removing active labels.