[csswg-drafts] [css-grid-3] `grid-template-areas` in masonry (#7995)

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

== [css-grid-3] `grid-template-areas` in masonry ==
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.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 1 November 2022 23:22:58 UTC