@@ -2393,32 +2393,31 @@ <h4 id=orthogonal-multicol><span class=secno>7.3.2. </span> Multi-column
23932393 < ol >
23942394 < li > If ‘< code class =property > column-count</ code > ’ and
23952395 ‘< code class =property > column-width</ code > ’ are both ‘< a
2396- href ="#auto "> < code class =css > auto</ code > </ a > ’, then the
2397- ‘< code class =property > column-count</ code > ’ is assumed to be
2398- ‘< code class =css > 1</ code > ’, and the following rules apply.
2396+ href ="#auto "> < code class =css > auto</ code > </ a > ’, a used ‘< code
2397+ class =property > column-width</ code > ’ is calculated for the element
2398+ as the < a href ="#fill-available-measure "> < i > fill-available
2399+ measure</ i > </ a > using the < a href ="#fallback-measure "> < i > fallback
2400+ measure</ i > </ a > as the < a href ="#available-measure "> < i > available
2401+ measure</ i > </ a > .
23992402
2400- < li > If the ‘< code class =property > column-width</ code > ’ is
2401- ‘< a href ="#auto "> < code class =css > auto</ code > </ a > ’, the column
2402- width is calculated as if the element's containing block were the initial
2403- containing block.
2404-
2405- < li > If the column's extent is not fixed, the < a
2406- href ="#fill-available "> < i > fill-available</ i > </ a > extent of the element is
2407- used.
2403+ < li > If the columns' extent is not fixed, the < a
2404+ href ="#fill-available-extent "> < i > fill-available extent</ i > </ a > of the
2405+ element is used.
24082406
24092407 < li > The used column-count then follows from filling the resulting columns
24102408 with the element's content.
24112409 </ ol >
24122410
2413- < p > The used measure of the element is then the < a
2414- href =" #max- content" > < i > max-content </ i > </ a > measure of the resulting
2415- multi-column element: if the content neither wraps nor paginates within
2416- the multi-column element, then this will be the intrinsic measure of the
2417- content ; else it will be calculated from the used column width, column
2418- count, and column gap.
2411+ < p > The used measure of the resulting multi-column element is then
2412+ calculated: if the content neither wraps nor paginates within the
2413+ multi-column element, then the used measure is the < a
2414+ href =" #max-content-measure " > < i > max-content measure</ i > </ a > of the
2415+ element's contents ; else it is calculated from the used column width,
2416+ column count, and column gap.
24192417
24202418 < p > The used extent of the element is either the used column extent (if
2421- multiple columns were used) or the intrinsic extent of the content.
2419+ multiple columns were used) or the < a
2420+ href ="#max-content-extent "> < i > max-content extent</ i > </ a > of the content.
24222421
24232422 < p class =note > This should behave the same as the auto-sizing algorithm
24242423 defined in the previous section, except overflowing content, instead of
0 commit comments