Skip to content

Commit abc6843

Browse files
rachelandrewfergald
authored andcommitted
[css-multicol] column balancing only happens on the column row immediately preceding the spanner w3c#1075
1 parent d88dab3 commit abc6843

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-multicol-1/Overview.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,12 @@ The multi-column model</h2>
189189
implementations these areas will be determined by the background, the second image shows a rendering of a multi-column container with column-rules.
190190

191191
<figure>
192-
<img alt="a diagram showing the various parts of multi-colun layout" src="images/initial-example.svg">
192+
<img alt="a diagram showing the various parts of multi-column layout" src="images/initial-example.svg">
193193
<figcaption>A multi-column layout with the non-visible column-span and padding inside the multicol container highlighted.</figcaption>
194194
</figure>
195195

196196
<figure>
197-
<img alt="a diagram showing the various parts of multi-colun layout" src="images/initial-example-b.svg">
197+
<img alt="a diagram showing the various parts of multi-column layout" src="images/initial-example-b.svg">
198198
<figcaption>The same layout as in the first image, as it would be displayed by an implementation.</figcaption>
199199
</figure>
200200
</div>
@@ -777,8 +777,8 @@ Spanning columns</h2>
777777
The element spans across all columns of the nearest multicol
778778
ancestor in the same block formatting context.
779779
Content in the normal flow that appears before the
780-
element is automatically balanced across all columns before the
781-
element appears.
780+
element is automatically balanced across all columns in the immediately preceding column row before the
781+
element appears.
782782
The element establishes a new <a>formatting context</a>.
783783

784784
Note: Whether the element establishes a new <a>formatting context</a>

0 commit comments

Comments
 (0)