RE: [css-grid] On base size and growth limits restrictions

Sergio Villar Senin wrote: 
> the grid layout specs mention[1] that
> 
> "(The base size might end up being larger than the growth limit, but the
> algorithm attempts to avoid this situation.)"
> 
> the thing is that IMO we should change it so that the the track sizes fulfill, at
> any moment, the following restriction.
> 
>     base size <= growth limit

I agree.  This is also the behavior in IE, as can be seen here:

http://jsfiddle.net/krkhhttz/


-Peter

Received on Monday, 5 January 2015 19:38:16 UTC