[csswg-drafts] [css-grid-1] Define computed value of grid-template-rows/columns

fantasai has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-grid-1] Define computed value of grid-template-rows/columns ==
The computed value of grid-template-rows/columns is somewhat handwavy. It's not exposed by getComputedStyle() since that returns the resolved value, but we should be more precise here so that it's clear e.g. `minmax(auto, auto) [] 4px` can interpolate with `auto 10px`.

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3154 using your GitHub account

Received on Wednesday, 26 September 2018 08:20:12 UTC