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

Only computed values will transfer from parent to child; there's no layout-time connection between the two.  The point of layout containment is that you can layout the element's parent without having to care about the element's contents, and that's still true (exactly as true as if the contained element is a normal grid).

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

Received on Tuesday, 8 May 2018 01:33:07 UTC