Bug 261523
Summary: | [css-grid] RenderGrid::getBaselineChild should look at both the alignment type of the grid item and its alignment context | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
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 | ||
Bug Depends on: | |||
Bug Blocks: | 260573 |
Sammy Gill
Currently getBaselineChild only looks at the type of alignment for a grid item when determining if it should use it for the grid's baseline. However, it should also be checking the alignment context in which the item is in. For example, a last baseline aligned grid item that spans multiple rows may participate in baseline alignment in the last track is spans into as opposed to the first track it gets placed in
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/115441833>
Sammy Gill
https://github.com/WebKit/WebKit/pull/17746