Re: [css-grid] Should resolved value of grid-auto-rows / grid-auto-columns be in pixels?

On 03/06/2014 12:56 AM, Sergio Villar Senin wrote:
> What we have done in Blink and in WebKit is to return the specified
> value for grid-auto-*. The reason is simple, imagine the following
> declaration:
> 
> grid-auto-columns: 2fr;
> 
> you cannot resolve that value to pixels because its value is different
> for each extra row added to the grid.

Ah, that makes sense.  Thanks!

Received on Thursday, 6 March 2014 09:29:28 UTC