Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

[css-grid] Resolved values of 'grid-template-rows' and 'grid-template-columns' #648

Closed
mrego opened this issue Nov 7, 2014 · 1 comment

Comments

@mrego
Copy link
Member

mrego commented Nov 7, 2014

The resolved value of the 'grid-template-rows' and 'grid-template-columns' properties is the used value, serialized as follows:

  • Every track listed, whether implicitly or explicitly created.
  • Every track size given as a length in pixels, regardless of sizing function.
  • A contiguous run of two or more tracks that have the same size and associated line names may be serialized with the repeat() notation.

More info: http://www.w3.org/TR/css-grid-1/#resolved-track-list

@mrego
Copy link
Member Author

mrego commented Apr 14, 2015

The first case (implicit tracks) is covered by:

The other cases are already covered by the rest of tests inside grid-definition folder.

@mrego mrego closed this as completed Apr 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant