Skip to content

Commit c193389

Browse files
authored
[css-grid-2][css-gaps-1][editorial] Namespace repeat() definitions. w3c#11385 (w3c#11388)
1 parent cdd41ca commit c193389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-gaps-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ Lists of values and the ''repeat()'' notation {#lists-repeat}
636636
</pre>
637637
</div>
638638

639-
Such a list may contain <dfn>repeat()</dfn> notations.
639+
Such a list may contain <dfn for="<repeat-line-color>,<auto-repeat-line-color>,<repeat-line-style>,<auto-repeat-line-style>,<repeat-line-width>,<auto-repeat-line-width>">repeat()</dfn> notations.
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

css-grid-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1801,7 +1801,7 @@ Naming Grid Lines: the <css>[<<custom-ident>>*]</css> syntax</h4>
18011801
<h4 id='repeat-notation'>
18021802
Repeating Rows and Columns: the ''repeat()'' notation</h4>
18031803

1804-
The <dfn>repeat()</dfn> notation represents a repeated fragment of the <a>track list</a>,
1804+
The <dfn for="<track-repeat>,<auto-repeat>,<fixed-repeat>,<name-repeat>">repeat()</dfn> notation represents a repeated fragment of the <a>track list</a>,
18051805
allowing a large number of columns or rows that exhibit a recurring pattern
18061806
to be written in a more compact form.
18071807

0 commit comments

Comments
 (0)