@@ -2689,9 +2689,9 @@ <h4 id=orthogonal-auto><span class=secno>7.3.1. </span> Auto-sizing in
26892689 using a < a href ="#fill-available "> < i > fill-available</ i > </ a > fit into the
26902690 minimum of the < a href ="#available-measure "> < i > available measure</ i > </ a >
26912691 (when definite) and the < a href ="#fallback-measure "> < i > fallback available
2692- measure</ i > </ a > . In other words, the calculation becomes < code > max (< a
2693- href ="#min -content "> < i > min -content</ i > </ a > , min (< a
2694- href ="#max -content "> < i > max -content</ i > </ a > , < a
2692+ measure</ i > </ a > . In other words, the calculation becomes < code > min (< a
2693+ href ="#max -content "> < i > max -content</ i > </ a > , max (< a
2694+ href ="#min -content "> < i > min -content</ i > </ a > , < a
26952695 href ="#fill-available "> < i > fill-available</ i > </ a > , < i > fill-< a
26962696 href ="#fallback-measure "> fallback</ a > </ i > ))</ code > (where < a
26972697 href ="#fill-available "> < i > fill-available</ i > </ a > is dropped when
@@ -3980,7 +3980,7 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
39803980 < dd > Called the < i > preferred minimum width</ i > in < a
39813981 href ="http://www.w3.org/TR/CSS21/visudet.html#float-width "> CSS2.1§10.3.5</ a >
39823982 and the < i > minimum content width</ i > in < a
3983- href ="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout "> CSS2.1§5.2.2</ a > ,
3983+ href ="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout "> CSS2.1§17. 5.2.2</ a > ,
39843984 the < dfn id =min-content-measure > min-content measure</ dfn > is defined
39853985 roughly as the narrowest measure a box could take while fitting around
39863986 its contents if < em > all</ em > line break opportunities within the box were
@@ -3991,7 +3991,7 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
39913991 < dd > Called the < i > preferred width</ i > in < a
39923992 href ="http://www.w3.org/TR/CSS21/visudet.html#float-width "> CSS2.1§10.3.5</ a >
39933993 and the < i > maximum cell width</ i > in < a
3994- href ="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout "> CSS2.1§5.2.2</ a > ,
3994+ href ="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout "> CSS2.1§17. 5.2.2</ a > ,
39953995 the < dfn id =max-content-measure > max-content measure</ dfn > is defined
39963996 roughly as the narrowest measure a box could take while fitting around
39973997 its contents if < em > none</ em > of the optional line break opportunities
@@ -4027,8 +4027,8 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
40274027 and < a href ="http://www.w3.org/TR/css3-multicol/#pseudo-algorithm "> CSS
40284028 Multi-column Layout § 3.4</ a > , the < dfn
40294029 id =fit-content-measure > fit-content measure</ dfn > is defined as
4030- < code > max (< a href ="#min -content "> < i > min -content</ i > </ a > , min (< a
4031- href ="#max -content "> < i > max -content</ i > </ a > , < a
4030+ < code > min (< a href ="#max -content "> < i > max -content</ i > </ a > , max (< a
4031+ href ="#min -content "> < i > min -content</ i > </ a > , < a
40324032 href ="#fill-available "> < i > fill-available</ i > </ a > ))</ code > if the
40334033 available measure is finite, and as the < a
40344034 href ="#max-content "> < i > max-content</ i > </ a > measure otherwise. The < dfn
@@ -4047,7 +4047,7 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
40474047 for elements with ‘< code class =css > height: auto</ code > ’.
40484048
40494049 < p > For replaced elements, the < a href ="#min-content "> < i > min-content</ i > </ a >
4050- and < a href ="#max-content "> < i > max-content</ i > </ a > sizes are the same and
4050+ and < a href ="#max-content "> < i > max-content</ i > </ a > sizes are equivalent and
40514051 correspond used size of the replaced element according to the ‘< code
40524052 class =css > auto</ code > ’ width and height calculations.
40534053
@@ -4182,9 +4182,9 @@ <h4 id="multicol-intrinsic-columns">
41824182
41834183 < dt > ‘< a href ="#fit-content "> < code class =css > fit-content</ code > </ a > ’
41844184
4185- < dd > Specifies the optimal column width as < code > max (< a
4186- href ="#min -content "> < i > min -content</ i > </ a > , min (< a
4187- href ="#max -content "> < i > max -content</ i > </ a > , < a
4185+ < dd > Specifies the optimal column width as < code > min (< a
4186+ href ="#max -content "> < i > max -content</ i > </ a > , max (< a
4187+ href ="#min -content "> < i > min -content</ i > </ a > , < a
41884188 href ="#fill-available "> < i > fill-available</ i > </ a > ))</ code > .
41894189 </ dl >
41904190
0 commit comments