Skip to content

Commit 6a8d99f

Browse files
authored
Fix value definition. Update chapter 4 introduction for height and wrapping. (#12618)
1 parent f462385 commit 6a8d99f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

css-multicol-2/Overview.bs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -677,19 +677,20 @@ The multi-column model</h2>
677677
<h2 id="the-number-and-width-of-columns">
678678
The number and size of columns</h2>
679679

680-
Finding the number and width of columns is fundamental when laying out multi-column content.
681-
These properties are used to set the number and width of columns:
680+
Finding the number and size of columns is fundamental when laying out multi-column content.
681+
These properties are used to set the number and size of columns:
682682

683683
<ul>
684684
<li>'column-count'</li>
685685
<li>'column-width'</li>
686+
<li>'column-height'</li>
686687
</ul>
687688

688-
A third property, 'columns',
689-
is a shorthand property which sets 'column-width' and 'column-count', and 'column-height'.
689+
A fourth property, 'columns', is a shorthand property which sets all of
690+
'column-width', 'column-height', and 'column-count'.
690691

691-
Other factors, such as explicit column breaks, content, and height constraints,
692-
may influence the actual number and width of columns.
692+
Other factors, such as explicit column breaks, content, column wrapping,
693+
and size constraints, may influence the actual number and size of columns.
693694

694695

695696
<h3 id='cw'>The Inline Size of Columns: the 'column-width' property</h3>

0 commit comments

Comments
 (0)