File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1374,7 +1374,7 @@ Explicit Track Sizing: the 'grid-template-rows' and 'grid-template-columns' prop
1374
1374
Inherited : no
1375
1375
Percentages : refer to corresponding dimension of the content area
1376
1376
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
1378
1378
</pre>
1379
1379
1380
1380
These properties specify,
@@ -4572,6 +4572,11 @@ Clarifications</h4>
4572
4572
<li id="change-2017-inner-outer">
4573
4573
Ensure that track sizes remain floored at zero during intrinsic sizing.
4574
4574
(<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> )
4575
4580
</ul>
4576
4581
4577
4582
<h3 id="changes-2016">
You can’t perform that action at this time.
0 commit comments