RESOLVED FIXED 261523
[css-grid] RenderGrid::getBaselineChild should look at both the alignment type of the grid item and its alignment context
https://bugs.webkit.org/show_bug.cgi?id=261523
Summary [css-grid] RenderGrid::getBaselineChild should look at both the alignment typ...
Sammy Gill
Reported 2023-09-13 11:41:00 PDT
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
Radar WebKit Bug Importer
Comment 1 2023-09-13 11:41:17 PDT
Sammy Gill
Comment 2 2023-12-12 14:10:17 PST
Note You need to log in before you can comment on or make changes to this bug.