[css-grid][css-align] Default alignment of grid tracks

The CSS Alignment spec says that for 'align-content'
   * for flex lines, the initial behavior is stretch
   * for grid tracks, the initial behavior is start

This is somewhat inconsistent, and I was wondering if we
should change the initial value for grid tracks to match
flexbox, i.e. be 'stretch' as well. Note this would only
affect 'auto'-sized grid tracks.

~fantasai

Received on Friday, 2 October 2015 22:20:29 UTC