File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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</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- <div>
1041- foo
1042- </div>
1041+ <div> foo</div>
10431042</ pre >
10441043
10451044 < p > The computed column-count is auto, the used column-count is 4, and the
You can’t perform that action at this time.
0 commit comments