Bug 303449
| Summary: | [GFC][Integration] Refactor positioning based eligibility | ||
|---|---|---|---|
| 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 | ||
Sammy Gill
Currently we check the column and positioning style independently when determining if we can take GFC. This is fine, but it seems like we will want to check the start and end values together in certain scenarios as we continue to relax these restrictions. For example, if we have an auto column-start, we may only want to allow this if the column-end is an explicit position or auto.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/165738264>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/54749
EWS
Committed 303864@main (2a78ebc3e765): <https://commits.webkit.org/303864@main>
Reviewed commits have been landed. Closing PR #54749 and removing active labels.