@@ -284,6 +284,10 @@ <h2 class="no-num no-toc" id=Contents> Table of Contents</h2>
284284
285285 < li class =no-num > < a href ="#intrinsic-sizing "> Appendix D: Intrinsic
286286 Dimensions</ a >
287+ < ul class =toc >
288+ < li > < a href ="#multicol-intrinsic "> < span class =secno > 9.1. </ span >
289+ Intrinsic Sizes in Multi-column Layout</ a >
290+ </ ul >
287291
288292 < li class =no-num > < a href ="#references "> References</ a >
289293 < ul class =toc >
@@ -2980,10 +2984,10 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
29802984 < th > New Values:
29812985
29822986 < td > ‘< a href ="#min-content "> < code
2983- class =css > min-content</ code > </ a > ’, ‘< a
2984- href ="#max-content "> < code class =css > max-content</ code > </ a > ’,
2987+ class =css > min-content</ code > </ a > ’ | ‘< a
2988+ href ="#max-content "> < code class =css > max-content</ code > </ a > ’ |
29852989 ‘< a href ="#fit-content "> < code
2986- class =css > fit-content</ code > </ a > ’, ‘< a
2990+ class =css > fit-content</ code > </ a > ’ | ‘< a
29872991 href ="#fill-available "> < code class =css > fill-available</ code > </ a > ’
29882992
29892993 < tr >
@@ -3090,17 +3094,6 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
30903094 href ="http://www.w3.org/TR/CSS21/tables.html#height-layout "> CSS2.1§17.5.3</ a >
30913095 for elements with ‘< code class =css > height: auto</ code > ’.
30923096
3093- < p > For multi-column elements laid out with infinite available measure (see
3094- < a href ="#orthogonal-multicol "> Multi-column Layout in Orthogonal
3095- Flows</ a > ), the < a href ="#min-content "> < i > min-content</ i > </ a > extent is
3096- the extent that would result from taking every permissible pagination
3097- break as a column break, and the < a
3098- href ="#max-content "> < i > max-content</ i > </ a > extent is the extent that would
3099- result from taking only the forced breaks. For all other multi-column
3100- elements it is, like CSS2.1 block-level boxes, the extent that would be
3101- calculated for an ‘< a href ="#auto "> < code
3102- class =css > auto</ code > </ a > ’ extent per [[CSS3MULTICOL]].
3103-
31043097 < p > Because they are derived from the content of the element, the < a
31053098 href ="#min-content "> < i > min-content</ i > </ a > and < a
31063099 href ="#max-content "> < i > max-content</ i > </ a > sizes are considered to be
@@ -3111,6 +3104,70 @@ <h2 class=no-num id=intrinsic-sizing>Appendix D: Intrinsic Dimensions</h2>
31113104 href ="http://www.w3.org/TR/css3-images/#intrinsic-dimensions "> intrinsic
31123105 dimensions</ a > of the replaced element.
31133106
3107+ < h3 id =multicol-intrinsic > < span class =secno > 9.1. </ span > Intrinsic Sizes in
3108+ Multi-column Layout</ h3 >
3109+
3110+ < p > The < a href ="#min-content "> < i > min-content</ i > </ a > and < a
3111+ href ="#max-content "> < i > max-content</ i > </ a > sizes of a multi-column element
3112+ are undefined per [[!CSS3MULTICOL]]. A future specification may define
3113+ them.
3114+
3115+ < table class =propdef >
3116+ < tbody >
3117+ < tr >
3118+ < th > Property:
3119+
3120+ < td > ‘< code class =property > column-width</ code > ’
3121+
3122+ < tr >
3123+ < th > New Values:
3124+
3125+ < td > ‘< a href ="#min-content "> < code
3126+ class =css > min-content</ code > </ a > ’ | ‘< a
3127+ href ="#max-content "> < code class =css > max-content</ code > </ a > ’
3128+
3129+ < tr >
3130+ < th > Initial:
3131+
3132+ < td > same as CSS3 Multi-column Layout
3133+
3134+ < tr >
3135+ < th > Applies to:
3136+
3137+ < td > same as CSS3 Multi-column Layout
3138+
3139+ < tr >
3140+ < th > Inherited:
3141+
3142+ < td > same as CSS3 Multi-column Layout
3143+
3144+ < tr >
3145+ < th > Percentages:
3146+
3147+ < td > same as CSS3 Multi-column Layout
3148+
3149+ < tr >
3150+ < th > Media:
3151+
3152+ < td > same as CSS3 Multi-column Layout
3153+
3154+ < tr >
3155+ < th > Computed value:
3156+
3157+ < td > specified value if keyword specified, else same as CSS3 Multi-column
3158+ Layout
3159+ </ table >
3160+
3161+ < p > When used as values for ‘< code
3162+ class =property > column-width</ code > ’, the ‘< a
3163+ href ="#min-content "> < code class =css > min-content</ code > </ a > ’ and
3164+ ‘< a href ="#max-content "> < code
3165+ class =css > max-content</ code > </ a > ’ keywords indicate that the < a
3166+ href ="#min-content "> < i > min-content</ i > </ a > and < a
3167+ href ="#max-content "> < i > max-content</ i > </ a > measures, respectively, of the
3168+ multi-column element's contents are to be the used ‘< code
3169+ class =property > column-width</ code > ’.
3170+
31143171 < h2 class =no-num id =references > References</ h2 >
31153172
31163173 < h3 class =no-num id =normative-references > Normative references</ h3 >
@@ -3305,6 +3362,21 @@ <h2 class=no-num id=property-index> Property Index</h2>
33053362
33063363 < td > visual
33073364
3365+ < tr valign =baseline >
3366+ < td > < span class =property > ‘column-width’</ span >
3367+
3368+ < td > ‘min-content’ | ‘max-content’
3369+
3370+ < td > same as CSS3 Multi-column Layout
3371+
3372+ < td > same as CSS3 Multi-column Layout
3373+
3374+ < td > same as CSS3 Multi-column Layout
3375+
3376+ < td > same as CSS3 Multi-column Layout
3377+
3378+ < td > same as CSS3 Multi-column Layout
3379+
33083380 < tr valign =baseline >
33093381 < td > < span class =property > ‘width’</ span > , < span
33103382 class =property > ‘min-width’</ span > , < span
@@ -3313,8 +3385,8 @@ <h2 class=no-num id=property-index> Property Index</h2>
33133385 class =property > ‘min-height’</ span > , < span
33143386 class =property > ‘max-height’</ span >
33153387
3316- < td > ‘min-content’, ‘max-content’,
3317- ‘fit-content’, ‘fill-available’
3388+ < td > ‘min-content’ | ‘max-content’ |
3389+ ‘fit-content’ | ‘fill-available’
33183390
33193391 < td > same as CSS2.1
33203392
0 commit comments