Skip to content

Commit 8372a22

Browse files
committed
[css-multicol-2] wrapped columsn apply in nested contexts
Fixes #12593 Some clarifications as we’ve resolved that columns can wrap in nested contexts.
1 parent 79e26e2 commit 8372a22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-multicol-2/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ The number and size of columns</h2>
881881
<pre highlight="css">body { column-count: 3 }</pre>
882882
</div>
883883

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>
885885

886886
<pre class=propdef>
887887
Name: column-wrap
@@ -895,7 +895,7 @@ The number and size of columns</h2>
895895
Animation type: discrete
896896
</pre>
897897

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.
899899
Overflow columns occur when there is more content than will fit in a single row of columns at the specified 'column-height',
900900
or inside a height defined by the multicol container.
901901

@@ -2188,7 +2188,7 @@ Pagination and Overflow Outside Multicol Containers</h3>
21882188

21892189
Columns that appear outside the multicol container in continuous contexts
21902190
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.
21922192

21932193
<div class="example">
21942194
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>
22122212

22132213
<div class="example">
22142214

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.
22162216
In this example a column appears in the overflow which has four lines of text.
22172217
The multicol container is made tall enough to accommodate this column.
22182218

0 commit comments

Comments
 (0)