Re: [csswg-drafts] [css-flexbox][css-grid] Intrinsic sizing with ∑flex < 1 is broken

My third nit (on wording that might get changed in addressing second nit): the algorithm uses the term "rescaled scaled flex shrink factor*" without clearly explaining what that is.

What is clear:
 * "scaled flex shrink factor" (clearly defined elsewhere as flex-shrink * flex base size)
 * "rescaled flex shrink factor" (defined implicitly in step 3, as flex shrink factor rescaled so that their sum is at least 1)
... but "rescaled scaled flex shrink factor" is never defined. I assume it probably would be "rescaled flex shrink factor" times the flex base size (i.e. the scaled flex shrink factor, calculated using the rescaled flex shrink factor instead of the real one)?  But this isn't super clear.

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

Received on Wednesday, 13 September 2017 23:27:00 UTC