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

Hi,

On 10/03/2015 12:19 AM, fantasai wrote:>
> 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.

Well, I also found that inconsistency kind of weird, which led to a more
complicated implementation indeed, although nothing impossible to do,
though. If there is no special reason to keep this different behavior,
I'd rather simplifying it using 'stretch' for both.

--
Javi

Received on Friday, 2 October 2015 23:51:13 UTC