File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2087,14 +2087,14 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
2087
2087
<dd>
2088
2088
When applied to the <a>main axis</a>
2089
2089
(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
2091
2091
(as if an additional fixed-size margin were inserted
2092
2092
between adjacent <a>flex items</a>
2093
2093
in a single line).
2094
2094
2095
2095
When applied to the <a>cross axis</a>
2096
2096
(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> .
2098
2098
2099
2099
<dt id="gap-grid"> <a>grid containers</a>
2100
2100
<dd>
@@ -2681,6 +2681,7 @@ Changes</h2>
2681
2681
(<a href="https://github.com/w3c/csswg-drafts/issues/1318">Issue 1318</a> )
2682
2682
<li> Clamped baselines of scrollable boxes to the border edge, rather than margin edge.
2683
2683
(<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> )
2684
2685
</ul>
2685
2686
2686
2687
<h2 id="privacy">
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Layout and painting</h3>
112
112
113
113
A <dfn>gap intersection point</dfn> is defined to exist in each of the following locations:
114
114
<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>
116
116
<li> The center of an intersection between gaps in different directions.</li>
117
117
</ul>
118
118
@@ -1067,4 +1067,5 @@ Changes since the <a href="https://www.w3.org/TR/2025/WD-css-gaps-1-20250417/">1
1067
1067
(<a href="https://github.com/w3c/csswg-drafts/issues/11814">Issue 11814</a> )
1068
1068
<li> Added links to WPT suite.
1069
1069
<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> )
1070
1071
</ul>
You can’t perform that action at this time.
0 commit comments