@@ -2761,9 +2761,11 @@ <h3 id=orthogonal-flows><span class=secno>7.3. </span> Orthogonal Flows</h3>
27612761 < h4 id =orthogonal-auto > < span class =secno > 7.3.1. </ span > Auto-sizing in
27622762 Orthogonal Flows</ h4 >
27632763
2764- < p > If the computed measure of an element establishing an orthogonal flow
2765- is ‘< code class =css > auto</ code > ’, then the used inner measure is
2766- calculated as:
2764+ < p > If the UA does not support CSS Multi-column Layout < a href ="#CSS3COL "
2765+ rel =biblioentry > [CSS3COL]<!--{{!CSS3COL}}--> </ a > and the element is a
2766+ block container, when the computed measure of the element establishing an
2767+ orthogonal flow is ‘< code class =css > auto</ code > ’, then the used inner
2768+ measure is calculated as:
27672769
27682770 < p > < code > min(< a href ="#max-content "> < var > max-content</ var > </ a > , max(< a
27692771 href ="#min-content "> < var > min-content</ var > </ a > , min(< a
@@ -2805,37 +2807,38 @@ <h4 id=orthogonal-auto><span class=secno>7.3.1. </span> Auto-sizing in
28052807 < h4 id =orthogonal-multicol > < span class =secno > 7.3.2. </ span > Multi-column
28062808 Layout in Orthogonal Flows</ h4 >
28072809
2808- < p > If the UA supports CSS Multi-column Layout < a href ="#CSS3COL "
2809- rel =biblioentry > [CSS3COL]<!--{{!CSS3COL}}--> </ a > , then for the case where
2810- the element's extent or available extent is defined but the element's
2811- measure is ‘< code class =css > auto</ code > ’:
2810+ < p > If the UA supports CSS Multi-column Layout < a href ="#CSS3COL "
2811+ rel =biblioentry > [CSS3COL]<!--{{!CSS3COL}}--> </ a > and the element is a
2812+ block container or multi-column element, for the case where the element's
2813+ extent or available extent is < a href ="#definite "> < i > definite</ i > </ a > but
2814+ the element's measure is ‘< code class =css > auto</ code > ’:
28122815
28132816 < ol >
2814- < li > If ‘< code class =property > column-count</ code > ’ and ‘< code
2817+ < li > If ‘< code class =property > column-count</ code > ’ and ‘< code
28152818 class =property > column-width</ code > ’ are both ‘< code
2816- class =css > auto</ code > ’, a used ‘< code
2817- class =property > column-width</ code > ’ is calculated for the element as
2818- the < a href ="#fill-available-measure "> < i > fill-available measure</ i > </ a >
2819- using the minimum of the < i > available measure</ i > (when definite) and the
2820- < a href ="#fallback-measure "> < i > fallback available measure</ i > </ a > as the
2821- < i > available measure</ i > .
2822-
2823- < li > If the columns' extent is not fixed, the < a
2819+ class =css > auto</ code > ’, calculate the used ‘< code
2820+ class =property > column-width</ code > ’ as the inner measure for ‘< code
2821+ class =css > auto</ code > ’-sized elements, as defined above.
2822+
2823+ < li > If the columns' extent is < a
2824+ href ="#indefinite "> < i > indefinite</ i > </ a > , the < a
28242825 href ="#fill-available-extent "> < i > fill-available extent</ i > </ a > of the
28252826 element is used.
28262827
2827- < li > The used column-count then follows from filling the resulting columns
2828- with the element's content.
2828+ < li > The used ‘ < code class = property > column-count</ code > ’ then follows
2829+ from filling the resulting columns with the element's content.
28292830 </ ol >
28302831
2831- < p > The used measure of the resulting multi-column element is then
2832- calculated: if the content neither wraps nor paginates within the
2832+ < p > The used measure of the resulting multi-column element is then
2833+ calculated: if the content neither line- wraps nor fragments within the
28332834 multi-column element, then the used measure is the < a
28342835 href ="#max-content-measure "> < i > max-content measure</ i > </ a > of the
2835- element's contents; else it is calculated from the used column width,
2836- column count, and column gap.
2836+ element's contents; else it is calculated from the used ‘< code
2837+ class =property > column-width</ code > ’, ‘< code
2838+ class =property > column-count</ code > ’, and ‘< code
2839+ class =property > column-gap</ code > ’.
28372840
2838- < p > The used extent of the element is either the used column extent (if
2841+ < p > The used extent of the element is either the used column extent (if
28392842 multiple columns were used) or the < a
28402843 href ="#max-content-extent "> < i > max-content extent</ i > </ a > of the content.
28412844
0 commit comments