Bug 290573
| Summary: | [Grid] Allow extrinsically sized grid to perform simplified layout when grid items are mutated | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
| Component: | Layout and Rendering | Assignee: | Sammy Gill <sgill26> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/51728 | ||
Sammy Gill
If a grid is extrinsically sized then, in theory, any mutations within a grid item should be contained within the formatting context inside the grid item and should not bubble up into the grid and any ancestor renderers/formatting contexts. In this case we could potentially mark the grid and any ancestors as only needed simplified layout
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/148055966>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/43012
Sammy Gill
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/51728
EWS
Committed 292994@main (83bba6965f88): <https://commits.webkit.org/292994@main>
Reviewed commits have been landed. Closing PR #43012 and removing active labels.