You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editor: Kevin Babbitt, Microsoft, https://github.com/kbabbitt, w3cid 124689
15
-
Abstract: This module introduces several properties to add row and column gap decorations to container layout types such as grid and flex.
15
+
Abstract: This module defines properties to specify spacing ("gaps") between items in container layouts. It also introduces properties for painting visible separators within those gaps.
16
16
WPT Path Prefix: css/css-gaps/
17
17
WPT Display: open
18
18
</pre>
@@ -33,13 +33,16 @@ Introduction</h2>
33
33
34
34
<em>This section is not normative.</em>
35
35
36
-
[[CSS-MULTICOL-1#column-gaps-and-rules]] allows for rules to be drawn
37
-
between columns in a <a>multicol container</a>. This specification expands
38
-
upon the 'column-rule-width', 'column-rule-style', and 'column-rule-color'
39
-
properties, adding equivalents in the row direction, expanding their
40
-
application to other container layouts, and giving advanced control over
41
-
where and how gap decorations are painted.
36
+
[[CSS-MULTICOL-1#column-gaps-and-rules]] defined properties that allow
37
+
authors to control the spacing between columns in a [=multicol container=],
38
+
and to paint visible separators such as lines in those spaces.
39
+
We refer to these visible separators as [=gap decorations=].
42
40
41
+
This specification expands upon the previously defined properties.
42
+
It adds equivalent properties for the row direction,
43
+
applies the full set of properties to other container types,
44
+
and gives additional control over where and how gap decorations are painted.
45
+
43
46
<h3 id="values">
44
47
Value Definitions</h3>
45
48
@@ -2633,7 +2636,6 @@ Changes since the <a href="https://www.w3.org/TR/2026/WD-css-gaps-1-20260227/">2
0 commit comments