From 7e1cc65cd3f6f70c631b77218ca798e4b1b0180c Mon Sep 17 00:00:00 2001
From: Javier Contreras Tenorio
Date: Tue, 23 Dec 2025 12:04:06 -0600
Subject: [PATCH 1/3] initial commit
---
css-gaps-1/Overview.bs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/css-gaps-1/Overview.bs b/css-gaps-1/Overview.bs
index d6698a10ff11..3bfc0eab13ab 100644
--- a/css-gaps-1/Overview.bs
+++ b/css-gaps-1/Overview.bs
@@ -682,7 +682,7 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties
Name: column-rule-inset, row-rule-inset
- Value: <> [ <> ]?
+ Value: <> <>? [/ <> <>?]?
Applies to: Same as 'column-rule-edge-inset', 'column-rule-interior-inset', 'row-rule-edge-inset', and 'row-rule-interior-inset'
@@ -692,7 +692,7 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties
Applies to: Same as 'column-rule-inset' and 'row-rule-inset'
- Sets the 'column-rule-inset' and 'row-rule-inset' properties to the same value.
+ Sets the 'column-rule-inset' and 'row-rule-inset' properties to the same value. Syntax is as follows: ' ? [/ ?]?'.
Name: column-rule-inset-start, row-rule-inset-start
From 27719bad13795f85881ec4a379de4249bdd0d902 Mon Sep 17 00:00:00 2001
From: Javier Contreras Tenorio
Date: Tue, 23 Dec 2025 12:12:51 -0600
Subject: [PATCH 2/3] more edits
---
css-gaps-1/Overview.bs | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/css-gaps-1/Overview.bs b/css-gaps-1/Overview.bs
index 3bfc0eab13ab..c8417430775a 100644
--- a/css-gaps-1/Overview.bs
+++ b/css-gaps-1/Overview.bs
@@ -692,7 +692,11 @@ Adjusting gap decoration endpoints: The 'rule-inset' properties
Applies to: Same as 'column-rule-inset' and 'row-rule-inset'
- Sets the 'column-rule-inset' and 'row-rule-inset' properties to the same value. Syntax is as follows: ' ? [/ ?]?'.
+ Sets the 'column-rule-inset' and 'row-rule-inset' properties to the same value. Syntax is as follows:
+ ```
+ edge-start edge-end? [/ interior-start interior-end?]?
+ ```
+ where each of ''edge-start'', ''edge-end'', ''interior-start'', and ''interior-end'' are <> values.
Name: column-rule-inset-start, row-rule-inset-start
From ee6fadd4019863c1cf30b06b249bdde73f8047cb Mon Sep 17 00:00:00 2001
From: Javier Contreras Tenorio
Date: Tue, 23 Dec 2025 12:16:07 -0600
Subject: [PATCH 3/3] changes section
---
css-gaps-1/Overview.bs | 1 +
1 file changed, 1 insertion(+)
diff --git a/css-gaps-1/Overview.bs b/css-gaps-1/Overview.bs
index c8417430775a..4f954286cf4b 100644
--- a/css-gaps-1/Overview.bs
+++ b/css-gaps-1/Overview.bs
@@ -1575,4 +1575,5 @@ Changes since the 1
Issue 12848,
Issue 8402)
Added a paragraph clarifying that gap decorations are not drawn where gaps are suppressed due to fragment breaks.
+ Corrected syntax errors for the inset shorthands.