File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 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
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">
You can’t perform that action at this time.
0 commit comments