@@ -381,11 +381,11 @@ <h2 class="no-num no-toc" id=table-of-contents>Table of contents</h2>
381381 < li > < a href ="#the-flow-from-property "> < span class =secno > 4.2. </ span > The
382382 ‘< code class =property > flow-from</ code > ’ property</ a >
383383 < ul class =toc >
384- < li > < a href ="#auto -width-on -regions "> < span class =secno > 4.2.1.
385- </ span > Auto width on regions</ a >
384+ < li > < a href ="#intrinsic -width-of -regions "> < span class =secno > 4.2.1.
385+ </ span > Intrinsic width of regions</ a >
386386
387- < li > < a href ="#auto -height-on -regions "> < span class =secno > 4.2.2.
388- </ span > Auto height on regions</ a >
387+ < li > < a href ="#intrinsic -height-of -regions "> < span class =secno > 4.2.2.
388+ </ span > Intrinsic height of regions</ a >
389389 </ ul >
390390
391391 < li > < a href ="#region-flow-break "> < span class =secno > 4.3. </ span > Region
@@ -404,10 +404,7 @@ <h2 class="no-num no-toc" id=table-of-contents>Table of contents</h2>
404404 < li > < a href ="#multi-column-regions "> < span class =secno > 5.
405405 </ span > Multi-column regions</ a >
406406 < ul class =toc >
407- < li > < a href ="#multi-column-regions-and-overflow "> < span class =secno > 5.1.
408- </ span > Multi-column regions and overflow</ a >
409-
410- < li > < a href ="#regions "> < span class =secno > 5.2. </ span > </ a >
407+ < li > < a href ="#regions "> < span class =secno > 5.1. </ span > </ a >
411408 </ ul >
412409
413410 < li > < a href ="#pseudo_elements "> < span class =secno > 6.
@@ -1175,8 +1172,14 @@ <h3 id=the-flow-from-property><span class=secno>4.2. </span>The ‘<a
11751172 potentially impact the content laid out in regions, just as for
11761173 non-regions.
11771174
1178- < h4 id =auto-width-on-regions > < span class =secno > 4.2.1. </ span > Auto width on
1179- regions</ h4 >
1175+ < h4 id =intrinsic-width-of-regions > < span class =secno > 4.2.1. </ span > Intrinsic
1176+ width of regions</ h4 >
1177+
1178+ < p > A region's intrinsic width is resolved based on the region's
1179+ < em > ::before</ em > and < em > ::after</ em > generated content only.
1180+
1181+ < h4 id =intrinsic-height-of-regions > < span class =secno > 4.2.2.
1182+ </ span > Intrinsic height of regions</ h4 >
11801183
11811184 < div class =issue-marker data-bug_id =15741 data-bug_status =NEW > < a
11821185 href ="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15741 "> Bug-15741</ a >
@@ -1185,18 +1188,9 @@ <h4 id=auto-width-on-regions><span class=secno>4.2.1. </span>Auto width on
11851188 </ div >
11861189 </ div >
11871190
1188- < p > A computed value of ‘< code class =property > auto</ code > ’ for a
1189- region's ‘< code class =property > width</ code > ’ property becomes
1190- a used value calculated based on the region's < em > ::before</ em > and
1191- < em > ::after</ em > generated content only.
1192-
1193- < h4 id =auto-height-on-regions > < span class =secno > 4.2.2. </ span > Auto height
1194- on regions</ h4 >
1195-
1196- < p > A computed value of ‘< code class =property > auto</ code > ’ for a
1197- region's ‘< code class =property > height</ code > ’ property becomes
1198- a used value calculated based on the region's < em > ::before</ em > and
1199- < em > ::after</ em > generated content only.
1191+ < p > See < a
1192+ href ="http://wiki.csswg.org/spec/css3-regions/auto-height "> proposed
1193+ model</ a >
12001194
12011195 < h3 id =region-flow-break > < span class =secno > 4.3. </ span > Region flow break
12021196 properties: ‘< a href ="#break-before "> < code
@@ -1787,7 +1781,15 @@ <h2 id=multi-column-regions><span class=secno>5. </span>Multi-column
17871781 element that has an assigned < a href ="#named-flow0 "> < em > named
17881782 flow</ em > </ a > are regions. This means that a multi-column element can be
17891783 used as a convenient short-hand to create multiple regions into which
1790- content flows. For example:
1784+ content flows.
1785+
1786+ < p > The fragment of content that flows into column boxes that are regions is
1787+ laid out according to the multi-column specification. In particular, when
1788+ < a href ="#intrinsic-height-of-regions "> computing the intrinsic height</ a >
1789+ of a multi-column element that is associated with a < a
1790+ href ="#named-flow0 "> < em > named flow</ em > </ a > , the ‘< code
1791+ class =property > column-fill</ code > ’ property is honored to balance
1792+ the fragment of content that would flow across the column-boxes.
17911793
17921794 < div class =example >
17931795 < p > The following example:</ p >
@@ -1838,15 +1840,12 @@ <h2 id=multi-column-regions><span class=secno>5. </span>Multi-column
18381840<div id="remainder"></div></ pre >
18391841 </ div >
18401842
1841- < h3 id =multi-column-regions-and-overflow > < span class =secno > 5.1.
1842- </ span > Multi-column regions and overflow</ h3 >
1843-
18441843 < p class =note > Overflow of column boxes that are regions is handled
18451844 according to the same rules as other regions. If the content does not fit
18461845 in the region, then the rest of the content flow into regions that follow
18471846 in the region chain.
18481847
1849- < h3 id =regions > < span class =secno > 5.2 . </ span > </ h3 >
1848+ < h3 id =regions > < span class =secno > 5.1 . </ span > </ h3 >
18501849
18511850 < h2 id ="pseudo_elements "> < span class =secno > 6. </ span > Pseudo-elements</ h2 >
18521851
0 commit comments