You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-grid-1/Overview.bs
+13-1Lines changed: 13 additions & 1 deletion
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: if the list lengths match, by computed value type per item in the [=computed track list=]; discrete otherwise
1377
+
Animation type: if the list lengths match, by computed value type per item in the [=computed track list=] (see [[#computed-tracks]] and [[#repeat-interpolation]]); discrete otherwise
1378
1378
</pre>
1379
1379
1380
1380
These properties specify,
@@ -1716,6 +1716,18 @@ Repeat-to-fill: ''auto-fill'' and ''auto-fit'' repetitions</h5>
1716
1716
to avoid division by zero.
1717
1717
It is suggested that this floor be ''1px''.
1718
1718
1719
+
<h5 id="repeat-interpolation">
1720
+
Interpolation of ''repeat()''</h5>
1721
+
1722
+
If two ''repeat()'' notations that
1723
+
have the same first argument (repetition count)
1724
+
and the same number of tracks in their second argument (the track listing),
1725
+
they are interpolated by
1726
+
interpolating each component of their <a>computed track lists</a>
0 commit comments