@@ -621,8 +621,8 @@ Gap decoration width: The 'column-rule-width' and 'row-rule-width' properties {#
621621 Issue: Should the "force to 0" behavior apply when lists of values are involved?
622622 If so, how should this be handled with unaligned lists?
623623
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+ -------------------------------------------------------------------------------
626626
627627 Each of the properties in this section accepts a space-separated list of values.
628628 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}
640640 Similar to [[css-grid-1#repeat-notation]] , these notations allow a series of <a>gap decorations</a>
641641 that exhibit a recurring pattern to be written in a more compact form.
642642
643- The generic form of the ''repeat()'' syntax is, approximately,
643+ The generic form of the ''repeat-line-color/repeat ()'' syntax is, approximately,
644644 <pre class='prod'>
645645 repeat( [ <<integer [1,∞]>> | auto ] , <value>+ )
646646 </pre>
647647
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.
649649 <dl>
650650 <dt> <<integer>>
651651 <dd>
@@ -669,7 +669,7 @@ Lists of values and the ''repeat()'' notation {#lists-repeat}
669669 Specfies an <dfn>auto repeater</dfn> .
670670 An <a>auto repeater</a> will be used to fill in values for gaps
671671 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> .
673673
674674 <div class="example">
675675 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}
682682 </div>
683683 </dl>
684684
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.
687687
688688 <div algorithm>
689689 To <dfn>assign gap decoration values</dfn> to a list of |gaps| using a list of |values|:
0 commit comments