Skip to content

Commit e49078b

Browse files
committed
[css-gaps-1][editorial] Update Abstract, Introduction, and Changes
1 parent 3327e32 commit e49078b

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

css-gaps-1/Overview.bs

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ TR: https://www.w3.org/TR/css-gaps-1/
1212
Previous Version: https://www.w3.org/TR/2026/WD-css-gaps-1-20260227/
1313
Previous Version: https://www.w3.org/TR/2025/WD-css-gaps-1-20250417/
1414
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.
1616
WPT Path Prefix: css/css-gaps/
1717
WPT Display: open
1818
</pre>
@@ -33,13 +33,16 @@ Introduction</h2>
3333

3434
<em>This section is not normative.</em>
3535

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=].
4240

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+
4346
<h3 id="values">
4447
Value Definitions</h3>
4548

@@ -2633,7 +2636,6 @@ Changes since the <a href="https://www.w3.org/TR/2026/WD-css-gaps-1-20260227/">2
26332636
<a href="https://github.com/w3c/csswg-drafts/issues/13649">Issue 13649</a>)
26342637
<li>Moved the [[#gaps|gap]] properties from [[!CSS-ALIGN-3]] to this specification.
26352638
(<a href="https://github.com/w3c/csswg-drafts/issues/13089">Issue 13089</a>)
2636-
<li>Updated with links to additional WPTs.
26372639
<li>Updated edge and interior insets to be cap and junction insets.
26382640
(<a href="https://github.com/w3c/csswg-drafts/issues/13697">Issue 13697</a>)
26392641
<li>Clarified that gaps suppressed due to fragmentation still consume gap decoration values.
@@ -2642,6 +2644,9 @@ Changes since the <a href="https://www.w3.org/TR/2026/WD-css-gaps-1-20260227/">2
26422644
(<a href="https://github.com/w3c/csswg-drafts/issues/13137">Issue 13137</a>)
26432645
<li>Clarified that decoration patterns do not restart at the beginning of each flex line.
26442646
(<a href="https://github.com/w3c/csswg-drafts/issues/13663">Issue 13663</a>)
2647+
<li>Updated the Abstract and Introduction to reflect changes.
2648+
<li>Updated with links to additional WPTs.
2649+
<li>Updated the Acknowledgements section.
26452650
</ul>
26462651

26472652
<h3 id="changes-20250417">

0 commit comments

Comments
 (0)