@@ -229,11 +229,11 @@ <h2 class="no-num no-toc" id=table-of-contents><a name=contents>Table of
229229 < li > < a href ="#float-modifiers "> < span class =secno > 14.1. </ span > Float
230230 modifiers</ a >
231231
232- < li > < a href ="#multi-column-float-intrusion "> < span class =secno > 14.2.
233- </ span > Multi-column float intrusion</ a >
234-
235- < li > < a href ="#floating-inside-and-outside-pages "> < span class =secno > 14.3.
232+ < li > < a href ="#floating-inside-and-outside-pages "> < span class =secno > 14.2.
236233 </ span > Floating inside and outside pages</ a >
234+
235+ < li > < a href ="#multi-column-float-intrusion "> < span class =secno > 14.3.
236+ </ span > Multi-column float intrusion</ a >
237237 </ ul >
238238
239239 < li > < a href ="#the-first-page-pseudo-element "> < span class =secno > 15.
@@ -3144,7 +3144,34 @@ <h3 id=float-modifiers><span class=secno>14.1. </span>Float modifiers</h3>
31443144 < img src =13.png > </ div >
31453145 </ dl >
31463146
3147- < h3 id =multi-column-float-intrusion > < span class =secno > 14.2.
3147+ < h3 id =floating-inside-and-outside-pages > < span class =secno > 14.2.
3148+ </ span > Floating inside and outside pages</ h3 >
3149+
3150+ < p > Two allow content to flow to the inside and outside of a page, these
3151+ keywords are added to the ‘< code class =property > float</ code > ’
3152+ property:
3153+
3154+ < dl >
3155+ < dt > inside
3156+
3157+ < dd > On a right page, this value is synonymous with ‘< code
3158+ class =property > left</ code > ’. On a left page, this value is
3159+ synonymous with ‘< code class =property > right</ code > ’.
3160+
3161+ < dt > outside
3162+
3163+ < dd > On a left page, this value is synonymous with ‘< code
3164+ class =property > left</ code > ’, On a right page, this value is
3165+ synonymous with ‘< code class =property > right</ code > ’.
3166+ </ dl >
3167+
3168+ < div class =example >
3169+ < pre >
3170+ .figure { float: outside }
3171+ </ pre >
3172+ </ div >
3173+
3174+ < h3 id =multi-column-float-intrusion > < span class =secno > 14.3.
31483175 </ span > Multi-column float intrusion</ h3 >
31493176
31503177 < p > A new value on ‘< code class =property > float</ code > ’ is
@@ -3176,33 +3203,6 @@ <h3 id=multi-column-float-intrusion><span class=secno>14.2.
31763203 is a long word that is clipped in the middle of the column gap. < img
31773204 src =1.png >
31783205 </ div >
3179-
3180- < h3 id =floating-inside-and-outside-pages > < span class =secno > 14.3.
3181- </ span > Floating inside and outside pages</ h3 >
3182-
3183- < p > Two allow content to flow to the inside and outside of a page, these
3184- keywords are added to the ‘< code class =property > float</ code > ’
3185- property:
3186-
3187- < dl >
3188- < dt > inside
3189-
3190- < dd > On a right page, this value is synonymous with ‘< code
3191- class =property > left</ code > ’. On a left page, this value is
3192- synonymous with ‘< code class =property > right</ code > ’.
3193-
3194- < dt > outside
3195-
3196- < dd > On a left page, this value is synonymous with ‘< code
3197- class =property > left</ code > ’, On a right page, this value is
3198- synonymous with ‘< code class =property > right</ code > ’.
3199- </ dl >
3200-
3201- < div class =example >
3202- < pre >
3203- .figure { float: outside }
3204- </ pre >
3205- </ div >
32063206 <!--
32073207<h2>Aligning baselines in multi-column layouts</h2>
32083208
0 commit comments