Description
I'm confused by this line from 7.1. The Explicit Grid:
"If these properties don’t define any explicit tracks, the explicit grid still contains one grid line in each axis."
Since tracks are spaces between two grid lines, having only one line per axis wouldn't form any tracks at all. Can someone explain what the spec means here?
The full paragraph from the spec:
The size of the explicit grid is determined by the larger of the number of rows/columns defined by grid-template-areas and the number of rows/columns sized by grid-template-rows/grid-template-columns. Any rows/columns defined by grid-template-areas but not sized by grid-template-rows/grid-template-columns take their size from the grid-auto-rows/grid-auto-columns properties. If these properties don’t define any explicit tracks the explicit grid still contains one grid line in each axis.