File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -2062,16 +2062,17 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
20622062 else it is calculated from the used 'column-width' , 'column-count' , and 'column-gap' .
20632063
20642064 <p>
2065- The used <i> block size</i> of the box is either the used column <i> block size </i>
2065+ The used <i> block size</i> of the box is either the used column length
20662066 (if multiple columns were used)
2067- or the <i> max-content block size</i> of the content.
2067+ or the <i> max-content block size</i> of the content
2068+ (if only one column was used).
20682069
20692070 <p>
20702071 If the UA does not support CSS Multi-column Layout [[!CSS3COL]] ,
2071- the UA may instead calculate the box's <i> inline size</i> assuming an infinite <i> block size</i> ,
2072+ the UA may instead calculate the box's <i> block size</i> assuming an infinite <i> available block size</i> ,
20722073 thus laying out its contents into a single column.
2073- Note that this can, however, result in content that is clipped
2074- or otherwise inaccessible.
2074+ ( Note that this can, however, result in content that is clipped
2075+ or otherwise inaccessible if it overflows its containing block.)
20752076
20762077 <p class="issue"> <a href="https://lists.w3.org/Archives/Public/www-style/2015Apr/0212.html">Defer proposal in ML</a> not resolved yet</p>
20772078
You can’t perform that action at this time.
0 commit comments