Skip to content

Commit cc7e47e

Browse files
committed
[css-align-3] Clarify that minimum spacing is in addition to, not in place of, margins. w3c#2336
1 parent 1992cf3 commit cc7e47e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css-align-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1865,9 +1865,10 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
18651865
<dd>
18661866
When applied to the <a>main axis</a>
18671867
(e.g. 'column-gap' in a ''flex-flow/row'' <a>flex container</a>),
1868-
indicates minimum spacing between items,
1869-
as if a fixed-size margin were inserted between adjacent <a>flex items</a>
1870-
in a single line.
1868+
indicates minimum spacing between items
1869+
(as if an additional fixed-size margin were inserted
1870+
between adjacent <a>flex items</a>
1871+
in a single line).
18711872

18721873
When applied to the <a>cross axis</a>
18731874
(e.g. 'row-gap' in a ''flex-flow/row'' <a>flex container</a>),

0 commit comments

Comments
 (0)