Skip to content

Commit 50926a7

Browse files
committed
[css-align-3][editorial] Use parallel structure for cross-reference to multicol
1 parent 2a82852 commit 50926a7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

css-align-3/Overview.bs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2081,9 +2081,10 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
20812081
<dl>
20822082
<dt id="gap-multicol"><a>multi-column containers</a>
20832083
<dd>
2084-
'column-gap' specifies the [=gutter=] between adjacent <a>column boxes</a>.
2085-
See [[CSS-MULTICOL-1]] for details on how this affects the layout of multicol elements.
2086-
'row-gap' is introduced in [[CSS-MULTICOL-2]].
2084+
'column-gap' specifies the [=gutter=] between adjacent <a>column boxes</a>,
2085+
see [[CSS-MULTICOL-1]].
2086+
'row-gap' specifies the [=gutter=] between the rows of [=column boxes=] established by 'column-height',
2087+
see [[CSS-MULTICOL-2]].
20872088

20882089
<dt id="gap-flex"><a>flex containers</a>
20892090
<dd>

0 commit comments

Comments
 (0)