[csswg-drafts] [css-grid-2] support automatic grid span for subgrids?

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

== [css-grid-2] support automatic grid span for subgrids? ==
IIRC, the early subgrid specs had a concept of an _automatic grid span_.  I think it might be worth adding that back in some simplified form. If we impose the restriction that the outer grid needs to know the subgrid's extent upfront for placing purposes I think we could at least support making the _automatic grid span_ be the maximum of the extent of the subgrid's `grid-template-columns/rows` and `grid-template-areas` properties (the same way those properties provides the size for the explicit grid in non-subgrids).

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

Received on Friday, 13 April 2018 22:59:59 UTC