Skip to content

Commit 66bfad7

Browse files
committed
Changes for row-gap in multicol
Fixes: #11539
1 parent 1867828 commit 66bfad7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-align-3/Overview.bs

+4-1
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
20952095
<dd>
20962096
'column-gap' specifies the [=gutter=] between adjacent <a>column boxes</a>.
20972097
See [[CSS-MULTICOL-1]] for details on how this affects the layout of multicol elements.
2098-
'row-gap' does not currently apply.
2098+
'row-gap' is introduced in [[CSS-MULTICOL-2]].
20992099

21002100
<dt id="gap-flex"><a>flex containers</a>
21012101
<dd>
@@ -2524,6 +2524,9 @@ Changes</h2>
25242524

25252525
Changes since the <a href="https://www.w3.org/TR/2023/WD-css-align-3-20230217/">17 February 2023 Working Draft</a> include:
25262526
<ul>
2527+
<li>Remove the sentence that states that ''row-gap'' does not apply in multicol.
2528+
Added a statement that ''row-gap'' is introduced for multicol in CSS-MULTICOL-2
2529+
(<a href="https://github.com/w3c/csswg-drafts/issues/11539#issuecomment-2628431667">Issue 11539</a>)
25272530
<li>Make all the ''space-*'' keywords fallback to ''safe'' overflow.
25282531
(<a href="https://github.com/w3c/csswg-drafts/issues/10154">Issue 10154</a>)
25292532
<li>Only apply the special margin-edge baseline rule for [=scroll container=] [=block containers=]

0 commit comments

Comments
 (0)