Skip to content

Commit afefa01

Browse files
committed
[css-grid-1] s/interpolation/combination/ w3c#3503 (comment)
1 parent 93f0feb commit afefa01

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-grid-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1741,16 +1741,16 @@ Repeat-to-fill: ''auto-fill'' and ''auto-fit'' repetitions</h5>
17411741
It is suggested that this floor be ''1px''.
17421742

17431743
<h5 id="repeat-interpolation">
1744-
Interpolation of ''repeat()''</h5>
1744+
Interpolation/Combination of ''repeat()''</h5>
17451745

17461746
If two ''repeat()'' notations that
17471747
have the same first argument (repetition count)
17481748
and the same number of tracks in their second argument (the track listing),
1749-
they are interpolated by
1750-
interpolating each component of their <a>computed track lists</a>
1749+
they are combined by
1750+
combining each component of their <a>computed track lists</a>
17511751
<a>by computed value</a>
1752-
(just like interpolating a top-level track list).
1753-
They otherwise interpolate as <a>discrete</a>.
1752+
(just like combining a top-level track list).
1753+
They otherwise combine <a lt=discrete>discretely</a>.
17541754

17551755
<!--
17561756
████████ ████████ ██ ██ ██ ██ ████ ████████

0 commit comments

Comments
 (0)