[csswg-drafts] [css-grid] span=1 and span>1 use different size contribution to 'auto' min-sizing

MatsPalmgren has just created a new issue for 
https://github.com/w3c/csswg-drafts:

== [css-grid] span=1 and span>1 use different size contribution to 
'auto' min-sizing ==
https://drafts.csswg.org/css-grid/#algo-content
Step 1 : "For auto minimums" says:
`If the track has an auto min track sizing function and the grid 
container is being sized under a min/max-content constraint, set the 
track’s base size to the maximum of its items’ min/max-content 
contributions, respectively. `

In Step 2 : "For intrinsic minimums" there is no such special handling
 for 'auto' min-sizing.

It seems a bit odd that span=1 and span>1 items should contribute 
different sizes to 'auto' tracks.
Is this an oversight and that the above paragraph also applies to 
span>1 items for 'auto' min-sizing tracks?


Please view or discuss this issue at 
https://github.com/w3c/csswg-drafts/issues/500 using your GitHub 
account

Received on Monday, 19 September 2016 19:20:25 UTC