Re: [css-grid] 10.5 Grow All Tracks To Their Max

On 18/08/14 13:35, François REMY wrote:
> 
> 
>    - If the track has a ‘min-content’ min track sizing function, set its
> base size to the maximum of the items’ min-content contributions.
>        This is undefined, there is no such item (so I leave base=0)
> 
>    - If the track has a ‘max-content’ max track sizing function, set its
> growth limit to the maximum of the items’ max-content contributions.
>        This is undefined, there is no such item (so I leave limit=infinity)
>        -- I guess the difference between IE and me is here, it probably
> sets the limit to 0 at this step, why?

Note that this is not correct, auto is defined as minmax(min-content,
max-content), so you indeed have 3 columns with min-content as min track
sizing function and 3 columns with max-content as max track sizing function.

BR

Received on Monday, 18 August 2014 16:31:02 UTC