Re: [css-grid] fixed-sized grid behavior with min/max-content tracks

On 12/24/2013 05:59 AM, Timur Amirov wrote:
> One more question:
>
> grid-template-columns: minmax(min-content, max-content);
>
> The definition above would set MinTrackSizingFunction to min-content and MaxTrackSizingFunction to max-content, right?
>
> And if grid-template-columns: max-content, both of MinTrackSizingFunction and MaxTrackSizingFunction are `max-content`?

I'm not too familiar with the grid sizing algorithm yet,
but what you're saying seems reasonable.

~fantasai

Received on Wednesday, 25 December 2013 21:19:38 UTC