From 3b0b7f54b9f2f506406546d321d4eb4c7ca10736 Mon Sep 17 00:00:00 2001 From: Kevin Babbitt Date: Tue, 17 Dec 2024 13:57:21 -0800 Subject: [PATCH] [css-grid-2][css-gaps-1][editorial] Namespace repeat() definitions. #11385 --- css-gaps-1/Overview.bs | 2 +- css-grid-2/Overview.bs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css-gaps-1/Overview.bs b/css-gaps-1/Overview.bs index 6b21486e739..ca39244cda8 100644 --- a/css-gaps-1/Overview.bs +++ b/css-gaps-1/Overview.bs @@ -608,7 +608,7 @@ Lists of values and the ''repeat()'' notation {#lists-repeat} - Such a list may contain repeat() notations. + Such a list may contain repeat() notations. Similar to [[css-grid-1#repeat-notation]], these notations allow a series of gap decorations that exhibit a recurring pattern to be written in a more compact form. diff --git a/css-grid-2/Overview.bs b/css-grid-2/Overview.bs index 419f6963ee2..7a27a06fbb2 100644 --- a/css-grid-2/Overview.bs +++ b/css-grid-2/Overview.bs @@ -1801,7 +1801,7 @@ Naming Grid Lines: the [<>*] syntax

Repeating Rows and Columns: the ''repeat()'' notation

- The repeat() notation represents a repeated fragment of the track list, + The repeat() notation represents a repeated fragment of the track list, allowing a large number of columns or rows that exhibit a recurring pattern to be written in a more compact form.