Skip to content

Commit d0b0688

Browse files
author
howcome
committed
revising examples, revising intro to pseudo-algorith
1 parent c07a0ef commit d0b0688

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

css-multicol/Overview.src.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ <h2>The number and width of columns</h2>
567567
<p>A third property, 'columns', is a shorthand property which sets both
568568
'column-width' and 'column-count'.
569569

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

573573

@@ -834,7 +834,7 @@ <h3>Pseudo-algorithm</h3>
834834
&lt;/div>
835835
</pre>
836836

837-
<p>The used column-count is 2 and the actual column-count is 3.
837+
<p>The computed column-count is auto, the used column-count is 2 and the actual column-count is 3.
838838

839839
</div>
840840

@@ -851,9 +851,7 @@ <h3>Pseudo-algorithm</h3>
851851
column-fill: auto;
852852
}
853853

854-
&lt;div>
855-
foo
856-
&lt;/div>
854+
&lt;div>foo&lt;/div>
857855
</pre>
858856

859857
<p>The computed column-count is auto, the used column-count is 4, and the actual column-count is 1.

0 commit comments

Comments
 (0)