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

En 06/03/14 09:56, Sergio Villar Senin escribiu:
> 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. It will depend on the track 
                 ^^^
"column" obviously in my example.

BR

Received on Thursday, 6 March 2014 09:04:08 UTC