@@ -881,7 +881,7 @@ The number and size of columns</h2>
881
881
<pre highlight="css"> body { column-count: 3 }</pre>
882
882
</div>
883
883
884
- <h3 id='cwr'>The overflow direction in continuous media : the 'column-wrap' property</h3>
884
+ <h3 id='cwr'>The overflow direction: the 'column-wrap' property</h3>
885
885
886
886
<pre class=propdef>
887
887
Name : column-wrap
@@ -895,7 +895,7 @@ The number and size of columns</h2>
895
895
Animation type : discrete
896
896
</pre>
897
897
898
- The column-wrap property controls the behavior of overflow columns in continuous media .
898
+ The column-wrap property controls the behavior of overflow columns.
899
899
Overflow columns occur when there is more content than will fit in a single row of columns at the specified 'column-height' ,
900
900
or inside a height defined by the multicol container.
901
901
@@ -2188,7 +2188,7 @@ Pagination and Overflow Outside Multicol Containers</h3>
2188
2188
2189
2189
Columns that appear outside the multicol container in continuous contexts
2190
2190
are called <dfn export>overflow columns</dfn> .
2191
- Overflow columns can affect the height of the multicol container.
2191
+ Overflow columns in the inline direction can affect the height of the multicol container.
2192
2192
2193
2193
<div class="example">
2194
2194
In this example, the height of the multi-column container has been constrained to a maximum height.
@@ -2212,7 +2212,7 @@ Pagination and Overflow Outside Multicol Containers</h3>
2212
2212
2213
2213
<div class="example">
2214
2214
2215
- In continuous contexts overflow columns can affect the height of the multicol container.
2215
+ In continuous contexts overflow columns in the inline direction can affect the height of the multicol container.
2216
2216
In this example a column appears in the overflow which has four lines of text.
2217
2217
The multicol container is made tall enough to accommodate this column.
2218
2218
0 commit comments