diff --git a/css-gaps-1/Overview.bs b/css-gaps-1/Overview.bs
index b6e04cd4428d..83e4e844c7ec 100644
--- a/css-gaps-1/Overview.bs
+++ b/css-gaps-1/Overview.bs
@@ -704,7 +704,7 @@ Break behaviors at intersections: The 'column-rule-break', 'row-rule-break', and
- Multicol gap decorations with rule-break set to ''normal''.
+ Multicol [=gap decorations=] with rule-break set to ''column-rule-break/normal''.
Note that in the column direction it behaves as if rule-break were set to ''intersection'',
while in the row direction it behaves as if rule-break were set to ''none''.
@@ -1093,9 +1093,9 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties
Gap decoration visibility: The 'rule-visibility-items' properties
Name: column-rule-visibility-items, row-rule-visibility-items
- Value: ''all'' | ''around'' | ''between''
- Initial: ''all''
- Applies to: grid containers, and multicol containers
+ Value: ''all'' | ''around'' | ''between'' | ''normal''
+ Initial: ''normal''
+ Applies to: [=grid containers=] and [=multicol containers=]
Inherited: no
Computed value: as specified
Animation type: discrete
@@ -1111,6 +1111,20 @@ Gap decoration visibility: The 'rule-visibility-items' properties
Paint decorations in a gap segment if at least one of the two adjacent areas is occupied by an item.
between
Paint decorations in a gap segment if both adjacent areas are occupied by items.
+
normal
+
Behavior depends on the type of container.
+
+
[=Grid containers=]
+
+ Behaves the same as ''all''.
+
+
[=Multicol containers=]
+
+ On 'column-rule-visibility-items', behaves the same as ''column-rule-visibility-items/between''.
+ On 'row-rule-visibility-items', behaves the same as ''row-rule-visibility-items/all''.
+
+
+
@@ -1135,7 +1149,7 @@ Gap decoration visibility: The 'rule-visibility-items' properties
- Gap decorations in Grid with ''column-rule-break/normal'' rule breaking and ''column-rule-visibility-items/all'' visibility (the default).
+ Gap decorations in Grid with ''column-rule-break/normal'' rule breaking and ''column-rule-visibility-items/all'' visibility.
@@ -2208,6 +2222,14 @@ No new security considerations have been reported on this specification.
Added the ''column-rule-visibility-items/normal'' value to [[#visibility|*-rule-visibility-items]] and made it the new initial value.
+ (Issue 13477)
+