Skip to content

Commit 2273888

Browse files
committed
[css-multicol] Update overflow section
Fixes: #12632
1 parent b71bb20 commit 2273888

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-multicol-2/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2043,17 +2043,19 @@ Pagination and Overflow Outside Multicol Containers</h3>
20432043

20442044
<ul>
20452045
<li>
2046-
a declaration that constrains the column height
2046+
a declaration that constrains the multicol container height
20472047
(e.g., using 'height' or 'max-height').
2048-
In this case, additional column boxes are created in the inline direction
2048+
In this case, additional column boxes are created in the wrapping direction
2049+
(by default, the inline direction).
20492050
</li>
20502051
<li>
20512052
the size of the page.
20522053
In this case, additional column boxes are moved to the next page(s).
20532054
</li>
20542055
<li>
20552056
explicit column breaks.
2056-
In this case, additional column boxes are created in the inline direction for continuous contexts
2057+
In this case, additional column boxes are created in the in the wrapping direction
2058+
(by default, the inline direction for continuous contexts).
20572059
and additional column boxes are moved to the next fragment(s) for fragmented media.
20582060
<li>
20592061
</ul>

0 commit comments

Comments
 (0)