Re: [csswg-drafts] [css-grid-2] Define containment for subgrids

It definitely needs to have the appropriate number of tracks in itself as specified by its span.

I *think* it should copy over the computed values of the corresponding tracks from its parent grid as its own tracks; that'll give a good result most of the time without having a layout-time dependency.

If no parent, hm, probably from `grid-auto-*`, yeah. They're explicit grid tracks, but the implicit grid is the only place we can get information from.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2641#issuecomment-386479442 using your GitHub account

Received on Friday, 4 May 2018 00:52:23 UTC