Skip to content

Commit 21d01d9

Browse files
author
howcome
committed
machine-generated version
1 parent d0b0688 commit 21d01d9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

css-multicol/Overview.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,8 @@ <h2 id=the-number-and-width-of-columns><span class=secno>3. </span>The
680680
class=property>column-width</code></a>’ and ‘<a
681681
href="#column-count"><code class=property>column-count</code></a>’.
682682

683-
<p>Other factors, such as explicit column breaks and height constraints,
684-
may influence the actual number and width of columns.
683+
<p>Other factors, such as explicit column breaks, content, and height
684+
constraints, may influence the actual number and width of columns.
685685

686686
<h3 id=cw><span class=secno>3.1. </span><a href="#column-width"><code
687687
class=property>column-width</code></a></h3>
@@ -1021,7 +1021,8 @@ <h3 id=pseudo-algorithm><span class=secno>3.4. </span>Pseudo-algorithm</h3>
10211021
&lt;/div>
10221022
</pre>
10231023

1024-
<p>The used column-count is 2 and the actual column-count is 3.
1024+
<p>The computed column-count is auto, the used column-count is 2 and the
1025+
actual column-count is 3.
10251026
</div>
10261027

10271028
<div class=example>
@@ -1037,9 +1038,7 @@ <h3 id=pseudo-algorithm><span class=secno>3.4. </span>Pseudo-algorithm</h3>
10371038
column-fill: auto;
10381039
}
10391040

1040-
&lt;div>
1041-
foo
1042-
&lt;/div>
1041+
&lt;div>foo&lt;/div>
10431042
</pre>
10441043

10451044
<p>The computed column-count is auto, the used column-count is 4, and the

0 commit comments

Comments
 (0)