- From: Javier Fernandez Garcia-Boente via GitHub <sysbot+gh@w3.org>
- Date: Thu, 14 Feb 2019 08:51:08 +0000
- To: public-css-archive@w3.org
As far I understand the [3 steps](https://drafts.csswg.org/css-grid/#grid-baselines) to determine the grid container's baseline, the grid in your first example has no first natural baseline, and it should synthesize one (step 3). The steps 1 and 2 state clearly that the items used to determine the grid s baseline should have an area intersecting the first row. The change @MatsPalmgren mention, if I'm not wrong, stated originally: > and the first (last) such <a>grid item</a> (in <a>grid order</a>) has a baseline set parallel to the relevant axis, ... I've always had understood that **such** first item was one among those their area intersects with the first row, since there may be many; that's why we have to use the first one in grid order. -- GitHub Notification of comment by javifernandez Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3645#issuecomment-463544228 using your GitHub account
Received on Thursday, 14 February 2019 08:51:09 UTC