Skip to content

Commit

Permalink
[css-grid-1] Clarify animation type of grid-template-rows/columns. #3201
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Dec 12, 2018
1 parent 8cba702 commit 63219ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion css-grid-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
Inherited: no
Percentages: refer to corresponding dimension of the content area
Computed value: the keyword ''grid-template-columns/none'' or a [=computed track list=]
Animation type: by computed value type
Animation type: if the list lengths match, by computed value type per item in the [=computed track list=]; discrete otherwise
</pre>

These properties specify,
Expand Down Expand Up @@ -4572,6 +4572,11 @@ Clarifications</h4>
<li id="change-2017-inner-outer">
Ensure that track sizes remain floored at zero during intrinsic sizing.
(<a href="https://github.com/w3c/csswg-drafts/issues/2655">Issue 2655</a>)
<li id="change-2017-animation">
More clearly defined computed value and animation type lines of each property,
particularly 'grid-template-rows' and 'grid-template-columns'.
(<a href="https://github.com/w3c/csswg-drafts/pull/3198">PR 3198</a>,
<a href="https://github.com/w3c/csswg-drafts/issues/3201">Issue 3201</a>)
</ul>

<h3 id="changes-2016">
Expand Down

0 comments on commit 63219ae

Please sign in to comment.