@@ -490,60 +490,61 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column
490490
491491 < div class =gap style ="left: 325px "> </ div >
492492 </ div >
493+ </ div >
493494
494- < p > The same effect occurs when a < a href ="#spanning-element "> < em > spanning
495- element</ em > </ a > divides the multi-column element: the columns before the
496- spanning element are balanced and shortened to fit their content. Content
497- after the spanning element then flows into a new row of column boxes.
495+ < p > The same effect occurs when a < a href ="#spanning-element "> < em > spanning
496+ element</ em > </ a > divides the multi-column element: the columns before the
497+ spanning element are balanced and shortened to fit their content. Content
498+ after the spanning element then flows into a new row of column boxes.
498499
499- < div class =example >
500- < div class =cols >
501- < p > Ab cde fgh i jkl. Mno< br >
502- pqr stu vw xyz. A bc< br >
500+ < div class =example >
501+ < div class =cols >
502+ < p > Ab cde fgh i jkl. Mno< br >
503+ pqr stu vw xyz. A bc< br >
504+ < br >
505+ < br >
506+ M nop qrst uv wx yz.< br >
507+ Ab cde fgh i jkl. Mno< br >
508+ pqr stu vw xyz. A bc< br >
509+ def g hij klm nopqrs< br >
510+ tuv wxy z. Abc de fg< br >
511+ hi jklmno. Pqrstu vw< br >
512+
513+ < div class =col style ="left: 175px ">
514+ < p > def g hij klm nopqrs< br >
515+ tuv wxy z. Abc de fg< br >
503516 < br >
504517 < br >
518+ x yz. Abc def ghi jkl.< br >
505519 M nop qrst uv wx yz.< br >
506520 Ab cde fgh i jkl. Mno< br >
507521 pqr stu vw xyz. A bc< br >
508522 def g hij klm nopqrs< br >
509523 tuv wxy z. Abc de fg< br >
510- hi jklmno. Pqrstu vw < br >
524+ </ div >
511525
512- < div class =col style ="left: 175px ">
513- < p > def g hij klm nopqrs< br >
514- tuv wxy z. Abc de fg< br >
515- < br >
516- < br >
517- x yz. Abc def ghi jkl.< br >
518- M nop qrst uv wx yz.< br >
519- Ab cde fgh i jkl. Mno< br >
520- pqr stu vw xyz. A bc< br >
521- def g hij klm nopqrs< br >
522- tuv wxy z. Abc de fg< br >
523- </ div >
524-
525- < div class =col style ="left: 350px ">
526- < p > hi jklmno. Pqrstu vw< br >
527- x yz. Abc def ghi jkl.< br >
528- < br >
529- < br >
530- hi jklmno. Pqrstu vw< br >
531- x yz. Abc def ghi jkl.< br >
532- M nop qrst uv wx yz.< br >
533- Ab cde fgh i jkl. Mno< br >
534- pqr stu vw xyz.
535- </ div >
526+ < div class =col style ="left: 350px ">
527+ < p > hi jklmno. Pqrstu vw< br >
528+ x yz. Abc def ghi jkl.< br >
529+ < br >
530+ < br >
531+ hi jklmno. Pqrstu vw< br >
532+ x yz. Abc def ghi jkl.< br >
533+ M nop qrst uv wx yz.< br >
534+ Ab cde fgh i jkl. Mno< br >
535+ pqr stu vw xyz.
536+ </ div >
536537
537- < div class =rep
538- style ="width: 490px; height: 20px; background: silver; font-size: 1.5em; padding: 5px "> An
539- spanning element</ div >
538+ < div class =rep
539+ style ="width: 490px; height: 20px; background: silver; font-size: 1.5em; padding: 5px "> An
540+ spanning element</ div >
540541
541- < div class =gap style ="left: 150px "> </ div >
542+ < div class =gap style ="left: 150px "> </ div >
542543
543- < div class =gap style ="left: 325px "> </ div >
544- </ div >
544+ < div class =gap style ="left: 325px "> </ div >
545545 </ div >
546- <!--
546+ </ div >
547+ <!--
547548<p>To illustrate the effects of the various properties described in
548549this specification, variations on a sample document will be used. Here
549550is the source code of the sample document:
@@ -576,7 +577,7 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column
576577shows how text flows from one column to another. To simplify the
577578visualization, the textual content of the different examples vary
578579slightly.
579- --> </ div >
580+ -->
580581
581582 < p > Column boxes are block container boxes. That is, column boxes behave
582583 like block-level, table cell, and inline-block boxes as per CSS 2.1,
0 commit comments