Skip to content

Commit 63219ae

Browse files
committed
[css-grid-1] Clarify animation type of grid-template-rows/columns. #3201
1 parent 8cba702 commit 63219ae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

css-grid-1/Overview.bs

+6-1
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
13741374
Inherited: no
13751375
Percentages: refer to corresponding dimension of the content area
13761376
Computed value: the keyword ''grid-template-columns/none'' or a [=computed track list=]
1377-
Animation type: by computed value type
1377+
Animation type: if the list lengths match, by computed value type per item in the [=computed track list=]; discrete otherwise
13781378
</pre>
13791379

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

45774582
<h3 id="changes-2016">

0 commit comments

Comments
 (0)