-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Labels
Description
https://drafts.csswg.org/css-grid-3/ seems to assume that the explicit grid has 0 tracks in the masonry axis.
This is usually the case, since grid-template-rows/columns needs to be set to masonry instead of a list of track sizes.
However, grid-template-areas can also add tracks into the explicit grid.
I still don't fully understand how masonry works, but testing in Firefox it seems that grid-template-areas is allowed to name lines but not create explicit tracks.