[csswg-drafts] [css-grid-1] Grid baseline should only take baseline from spanning cells participating in the first/last row (#5293)

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid-1] Grid baseline should only take baseline from spanning cells participating in the first/last row ==
Currently the spec says 

> If any of the grid items whose areas intersect the grid container’s first (last) row participate in baseline alignment, the grid container’s baseline set is generated from the shared alignment baseline of those grid items.

But actually this should be limited to the items participating in baseline alignment *in that row*, since a spanning cell could be participating in baseline alignment in a different row.

P.S. Also that should be “non-empty row”, to be consistent with #3645

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5293 using your GitHub account

Received on Monday, 6 July 2020 22:53:20 UTC