File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,12 +189,12 @@ The multi-column model</h2>
189
189
implementations these areas will be determined by the background, the second image shows a rendering of a multi-column container with column-rules.
190
190
191
191
<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">
193
193
<figcaption> A multi-column layout with the non-visible column-span and padding inside the multicol container highlighted.</figcaption>
194
194
</figure>
195
195
196
196
<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">
198
198
<figcaption> The same layout as in the first image, as it would be displayed by an implementation.</figcaption>
199
199
</figure>
200
200
</div>
@@ -777,8 +777,8 @@ Spanning columns</h2>
777
777
The element spans across all columns of the nearest multicol
778
778
ancestor in the same block formatting context.
779
779
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.
782
782
The element establishes a new <a>formatting context</a> .
783
783
784
784
Note: Whether the element establishes a new <a>formatting context</a>
You can’t perform that action at this time.
0 commit comments