Re: [csswg-drafts] [css-grid] Consider setting base sizes to growth limits when sizing under max-content constraint (#3646)

> Seems somewhat related to #3648?

Not exactly the same. This one is about the calculation of the extra space
> extra-space = max(0, size-contribution - ∑track-sizes)

I'm saying that, since tracks end up growing to reach their growth limit when sizing under a max-content constraint, in the formula above the "track sizes" should be the growth limits (or equivalently, the base sizes should be increased to be the growth limit whenever the later increases, not just at the end).

#3648 is about, once you have calculated the extra-space, how you distribute it among spanned columns.

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

Received on Wednesday, 27 February 2019 19:56:22 UTC