@@ -621,8 +621,8 @@ Gap decoration width: The 'column-rule-width' and 'row-rule-width' properties {#
621
621
Issue: Should the "force to 0" behavior apply when lists of values are involved?
622
622
If so, how should this be handled with unaligned lists?
623
623
624
- Lists of values and the ''repeat()'' notation {#lists-repeat}
625
- -------------------------------------------------------------
624
+ Lists of values and the ''repeat-line-color/repeat ()'' notation {#lists-repeat}
625
+ -------------------------------------------------------------------------------
626
626
627
627
Each of the properties in this section accepts a space-separated list of values.
628
628
Setting multiple values in this way allows for varying <a>gap decorations</a> within a given container.
@@ -640,12 +640,12 @@ Lists of values and the ''repeat()'' notation {#lists-repeat}
640
640
Similar to [[css-grid-1#repeat-notation]] , these notations allow a series of <a>gap decorations</a>
641
641
that exhibit a recurring pattern to be written in a more compact form.
642
642
643
- The generic form of the ''repeat()'' syntax is, approximately,
643
+ The generic form of the ''repeat-line-color/repeat ()'' syntax is, approximately,
644
644
<pre class='prod'>
645
645
repeat( [ <<integer [1,∞]>> | auto ] , <value>+ )
646
646
</pre>
647
647
648
- The first argument to ''repeat()'' specifies the number of repetitions.
648
+ The first argument to ''repeat-line-color/repeat ()'' specifies the number of repetitions.
649
649
<dl>
650
650
<dt> <<integer>>
651
651
<dd>
@@ -669,7 +669,7 @@ Lists of values and the ''repeat()'' notation {#lists-repeat}
669
669
Specfies an <dfn>auto repeater</dfn> .
670
670
An <a>auto repeater</a> will be used to fill in values for gaps
671
671
that would not otherwise receive values from other parts of the list.
672
- At most one ''repeat()'' in a given list of values may be an <a>auto repeater</a> .
672
+ At most one ''repeat-line-color/repeat ()'' in a given list of values may be an <a>auto repeater</a> .
673
673
674
674
<div class="example">
675
675
Continuing from the previous example, if the author does not know how
@@ -682,8 +682,8 @@ Lists of values and the ''repeat()'' notation {#lists-repeat}
682
682
</div>
683
683
</dl>
684
684
685
- The second argument to ''repeat()'' is a space-separated list of values
686
- that would be accepted by the property in which the ''repeat()'' appears.
685
+ The second argument to ''repeat-line-color/repeat ()'' is a space-separated list of values
686
+ that would be accepted by the property in which the ''repeat-line-color/repeat ()'' appears.
687
687
688
688
<div algorithm>
689
689
To <dfn>assign gap decoration values</dfn> to a list of |gaps| using a list of |values|:
0 commit comments