Re: [csswg-drafts] [css-grid-1] Track Sizing Algorithm question

This is correct behaviour. Which second row is 1fr
![2018-07-05_08h04_52](https://user-images.githubusercontent.com/1712143/42292911-284a76c8-802a-11e8-8747-a720df6239f4.png)

This is incorrect behaviour. Second row is auto
![2018-07-05_08h05_07](https://user-images.githubusercontent.com/1712143/42292913-29d3947a-802a-11e8-9ae1-b7959eaf844d.png)

The question is, is second one acceptable result? If it is according to spec, then what kind of scenario it trying to cover? Why do we want content inside item that span multiple tracks to increase height of single track item?

This is not related to total size, I mean individual size.
You can check on sample: https://codepen.io/Nness/pen/MrYMzQ?editors=1100#

Then add more `<div>push</div>` into `<div class="item-side">`

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

Received on Wednesday, 4 July 2018 20:08:42 UTC