- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Mon, 27 Jan 2020 15:44:24 +0000
- To: public-css-archive@w3.org
Not sure what you mean. If you use `grid-row: 2 / 4`, then the grid area will go from the 2nd row line (in the explicit grid) to the 4th row line (in the explicit grid). The [grid span](https://drafts.csswg.org/css-grid/#grid-span) is the number of occupied tracks, 4-2=2 rows in that example. It's not a location that can be defined with respect to the explicit or implicit grid. If you use `grid-row: span 2 / 1`, then the item will span 2 rows and the area will end at the 1st explicit row line. So the item will occupy 2 implicit rows. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4705#issuecomment-578809631 using your GitHub account
Received on Monday, 27 January 2020 15:44:26 UTC