File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments