Skip to content

Commit 86e3ba4

Browse files
committed
[css-multicol] Fixing some typos and other small errors
1 parent d1bbc4f commit 86e3ba4

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

css-multicol-1/Overview.bs

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ The multi-column model</h2>
228228

229229
Column boxes are block container boxes. The multi-column container is the principal box, and column boxes are anonymous.
230230

231-
Note: Column boxes do not become the containing block for elements with ''position: fixed'' or ''position: absolute''. The containing block is the multicol element, it being the principal box.
231+
Note: Column boxes do not become the containing block for elements with ''position: fixed'' or ''position: absolute''. The containing block is the multicol container, it being the principal box.
232232

233233
<wpt>
234234
multicol-containing-001.xht
@@ -252,7 +252,7 @@ The multi-column model</h2>
252252

253253
<figure>
254254
<img src="images/column-not-containing-block.svg" alt="The absolutely positioned image is positioned by reference to the multicol container not the column box.">
255-
<figcaption>The figure demonstrates that the absolutely positioned image is positoned by reference to the multicol container and not the column box.</figcaption>
255+
<figcaption>The figure demonstrates that the absolutely positioned image is positioned by reference to the multicol container and not the column box.</figcaption>
256256
</figure>
257257
</div>
258258

@@ -435,7 +435,7 @@ these two properties determine the outcome:-->
435435
Note: The reason for making 'column-width' somewhat flexible
436436
is to achieve scalable designs that can fit many screen sizes. To set
437437
an exact column width, the column gap and the width of the multicol
438-
element (assuming horizontal text) must also be specified.
438+
container (assuming horizontal text) must also be specified.
439439

440440

441441
<h3 id='cc'>
@@ -542,8 +542,7 @@ Pseudo-algorithm</h3>
542542

543543
The pseudo-algorithm below determines the used values for
544544
'column-count' (N) and 'column-width' (W). There is one other variable
545-
in the pseudo-algorithm: U is the used width of the multi-column
546-
element.
545+
in the pseudo-algorithm: U is the used width of the multi-column container.
547546

548547
Note: The used width U of the multi-column container can depend on the element's contents,
549548
in which case it also depends on the computed values of the 'column-count' and 'column-width' properties.
@@ -673,7 +672,7 @@ Column gaps and rules</h2>
673672
column rule will not alter the placement of anything else. If a column
674673
rule is wider than its gap, the adjacent column boxes will overlap the
675674
rule, and the rule may possibly extend outside the box of the multicol
676-
container. Column rules are painted just above the border of the multicol element. For scrollable multicol elements, note that while the border and background of the multicol element obviously aren't scrolled, the rules need to scroll along with the columns. Column rules are
675+
container. Column rules are painted just above the border of the multicol element. For scrollable multicol elements, note that while the border and background of the multicol container obviously aren't scrolled, the rules need to scroll along with the columns. Column rules are
677676
only drawn between two columns that both have content.
678677

679678
<wpt>
@@ -1314,7 +1313,7 @@ Pagination and overflow outside multicol containers</h3>
13141313
</wpt>
13151314

13161315
Columns that appear outside the multicol container in continuous contexts
1317-
are called <dfn export>overflow columns</dfn>. Overflow columns can effect the height of the multicol container.
1316+
are called <dfn export>overflow columns</dfn>. Overflow columns can affect the height of the multicol container.
13181317

13191318
<div class="example">
13201319
In this example, the height of the multi-column container has been
@@ -1339,7 +1338,7 @@ Pagination and overflow outside multicol containers</h3>
13391338

13401339
<div class="example">
13411340

1342-
In continuous contexts overflow columns can effect the height of the multicol container. In this example a column appears in the overflow which has four lines of text. The multicol container is made tall enough to accomodate this column.
1341+
In continuous contexts overflow columns can affect the height of the multicol container. In this example a column appears in the overflow which has four lines of text. The multicol container is made tall enough to accomodate this column.
13431342

13441343
<figure>
13451344
<img src="images/overflow-column-effects-height.svg" alt="Four columns, overflow column is taller than the first three">
@@ -1420,7 +1419,7 @@ This appendix is <em>informative</em>.
14201419
overflow columns.</q>
14211420
<br>To:
14221421
<br><q>In continuous media, this property does not have any effect when there are overflow columns.</q> <a href="https://github.com/w3c/csswg-drafts/issues/2549">Resolved: 12 Apr 2018</a></li>
1423-
<li>Add a line of text plus an example to show that overflow columns can effect the multicol container height. <a href="https://github.com/w3c/csswg-drafts/issues/1745">Resolved: 12 Apr 2018</a></li>
1422+
<li>Add a line of text plus an example to show that overflow columns can affect the multicol container height. <a href="https://github.com/w3c/csswg-drafts/issues/1745">Resolved: 12 Apr 2018</a></li>
14241423
<li>Replaced the HTML mock-up examples with SVG versions, as the examples were unclear. <a href="https://github.com/w3c/csswg-drafts/issues/1087">Issue 1087</a>.</li>
14251424
<li>Changed the value of normal for column-gap to be 1em, rather than a UA-specified length with a suggestion of 1em. <a href="https://github.com/w3c/csswg-drafts/issues/2145#issuecomment-378781507">Resolved: 4 Apr 2018</a></li>
14261425
<li>Clarified that negative values are not allowed for column-width, and that while 0 may be specified, used values will be clamped to a minimum of 1px. <a href="https://github.com/w3c/csswg-drafts/issues/1741#issuecomment-373091628">Resolved: 14 Mar 2018</a></li>

0 commit comments

Comments
 (0)