Re: [csswg-drafts] [css-grid] "Maximize Tracks" shouldn't distribute equally for flexible tracks (#3693)

A more complex example: https://jsfiddle.net/2rsLcwg8/

Before #2177 ratios were respected, ignoring the content. With the current spec, ratios are totally screwed. Maximizing tracks using their ratios improves them just a little bit. Not maximizing flexible tracks provides the old behavior (because the minimum contributions are small enough). I think that's the expected behavior.

| Before #2177  | Current spec (maximize equally) |
| ------------- | -----|
| ![previously](https://user-images.githubusercontent.com/7477678/53673227-908db100-3c86-11e9-94a4-ba91b790f07b.png)  | ![maximize-equally](https://user-images.githubusercontent.com/7477678/53673266-b87d1480-3c86-11e9-841c-517fa0fb87db.png) |

| Don't maximize flexible tracks | Maximize with ratios |
| ------------- | -----|
| ![maximize-none](https://user-images.githubusercontent.com/7477678/53673537-78b72c80-3c88-11e9-995e-7aae37d42095.png)  | ![maximize-ratios](https://user-images.githubusercontent.com/7477678/53673334-0c87f900-3c87-11e9-9f28-c11477789432.png) |








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

Received on Saturday, 2 March 2019 00:24:50 UTC