Re: [csswg-drafts] [css-grid] Ability to have grid items cause cells to be marked as occupied for flow purposes

Unfortunately, this is still circular - before we can do "figure out my placement from my size", we need to size the tracks (meaning, run Grid's layout algorithm), and before we can do that, we need to figure out the placement of everything.

This falls, again, into the set of "things we can do if we have a guaranteed fixed-size grid", but it doesn't work with the grid we have today.

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

Received on Thursday, 25 May 2017 08:18:53 UTC