[csswg-drafts] [css-grid] Stretching Fixed-size Tracks

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

== [css-grid] Stretching Fixed-size Tracks ==
So I was just adding more examples to the Grid spec, and I think we 
should revisit the decision of which tracks 'align/justify-content: 
stretch' applies to. Currently it only applies to auto-sized (i.e. 
content-sized) tracks. However, I do expect something like
```
  grid-template-columns: repeat(auto-fill, 5em);
  justify-content: [whatever]
```
to be a common use case, and the fact that all the alignment values 
except `stretch` have their intended effect, and can be easily 
switched among, seems odd.

In contrast, I expect wanting content-sized items to be stretched 
while fixed-size tracks in the same grid are not, to be a less common 
case. In any case, thoughts on this point?

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

Received on Wednesday, 13 July 2016 21:41:34 UTC