Skip to content

Commit 68d50ef

Browse files
jav099Javier Contreras Tenorio (from Dev Box)
andauthored
[css-gaps-1] Update gap intersection definition. Issue #12084 (#12584)
Co-authored-by: Javier Contreras Tenorio (from Dev Box) <[email protected]>
1 parent ebfcec7 commit 68d50ef

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

css-align-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2087,14 +2087,14 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
20872087
<dd>
20882088
When applied to the <a>main axis</a>
20892089
(e.g. 'column-gap' in a ''flex-flow/row'' <a>flex container</a>),
2090-
indicates minimum spacing between items
2090+
indicates the [=gutter=] between items
20912091
(as if an additional fixed-size margin were inserted
20922092
between adjacent <a>flex items</a>
20932093
in a single line).
20942094

20952095
When applied to the <a>cross axis</a>
20962096
(e.g. 'row-gap' in a ''flex-flow/row'' <a>flex container</a>),
2097-
indicates minimum spacing between adjacent <a>flex lines</a>.
2097+
indicates the [=gutter=] between adjacent <a>flex lines</a>.
20982098

20992099
<dt id="gap-grid"><a>grid containers</a>
21002100
<dd>
@@ -2681,6 +2681,7 @@ Changes</h2>
26812681
(<a href="https://github.com/w3c/csswg-drafts/issues/1318">Issue 1318</a>)
26822682
<li>Clamped baselines of scrollable boxes to the border edge, rather than margin edge.
26832683
(<a href="https://github.com/w3c/csswg-drafts/issues/766">Issue 766</a>)
2684+
<li>Updated the flex container gap definition to use 'gutter'. (<a href="https://github.com/w3c/csswg-drafts/issues/12084">Issue 12084</a>)
26842685
</ul>
26852686

26862687
<h2 id="privacy">

css-gaps-1/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Layout and painting</h3>
112112

113113
A <dfn>gap intersection point</dfn> is defined to exist in each of the following locations:
114114
<ul>
115-
<li>The center of an intersection between a gap and the content edge of the container.</li>
115+
<li>The center of the start or end edge of a [=gutter=].</li>
116116
<li>The center of an intersection between gaps in different directions.</li>
117117
</ul>
118118

@@ -1067,4 +1067,5 @@ Changes since the <a href="https://www.w3.org/TR/2025/WD-css-gaps-1-20250417/">1
10671067
(<a href="https://github.com/w3c/csswg-drafts/issues/11814">Issue 11814</a>)
10681068
<li>Added links to WPT suite.
10691069
<li>Updated 'rule-paint-order' to 'rule-overlap'. (<a href="https://github.com/w3c/csswg-drafts/issues/12540">Issue 12540</a>)
1070+
<li>Updated the definition for intersections to use 'gutter'. (<a href="https://github.com/w3c/csswg-drafts/issues/12084">Issue 12084</a>)
10701071
</ul>

0 commit comments

Comments
 (0)