Re: [csswg-drafts] [css-grid] Inconsitence of the "intrinsically-sized track" concept when using flexible tracks

> Is the available space definite during the step 4 ? Can/Should assume that the rows' size determined in Step 2 can be used to set the grid container's height, hence it can/should we use it as definite available space for computing rows' size in Step 4 ?

No. Step 4 tells you what information to use - it mentions using the column widths you calculated in step 3, but makes no mention of the previous attempt at row heights from step 2. So you ignore everything that happened in step 2; it has no relevance during step 4.

> About the particular problem of this issue, I agree with @fantasai that we should determine this at the beginning and then don't change the status during the whole track sizing algorithm.

Are there any particular edits you need for this to be clearer?

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

Received on Monday, 8 October 2018 22:58:23 UTC