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