[csswg-drafts] [css-grid] The definition of grid span

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

== [css-grid] The definition of grid span ==
The [definition for grid span](https://drafts.csswg.org/css-grid-1/#grid-span) says:

> How many grid tracks the grid item occupies. A grid item’s grid span is always definite, defaulting to 1 if it can’t be otherwise determined.

I don't understand the definition here. In the [definition for grid track](https://drafts.csswg.org/css-grid-1/#grid-track):

> Grid track is a generic term for a grid column or grid row—in other words, it is the space between two adjacent grid lines.

If a grid item occupies two rows and three columns, what is the grid span of that grid item? Is it five?

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

Received on Friday, 17 November 2017 06:51:26 UTC