Skip to content

Commit 730b335

Browse files
author
howcome
committed
machine-generated version
1 parent f18bcaf commit 730b335

1 file changed

Lines changed: 54 additions & 5 deletions

File tree

css-multicol/Overview.html

Lines changed: 54 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -438,11 +438,7 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column
438438
height of the multi-column element's content box. If the multi-column
439439
element is paginated, the height of each row is constrained by the page
440440
and the content continues in a new row of column boxes on the next page; a
441-
column box never splits across pages. The same effect occurs when a <a
442-
href="#spanning-element"><em>spanning element</em></a> divides the
443-
multi-column element: the columns before the spanning element are balanced
444-
and shortened to fit their content. Content after the spanning element
445-
then flows into a new row of column boxes.
441+
column box never splits across pages.
446442

447443
<div class=example>
448444
<p>Column gaps (yellow) and column rules (green) are shown in this sample
@@ -494,6 +490,59 @@ <h2 id=the-multi-column-model><span class=secno>2. </span>The multi-column
494490

495491
<div class=gap style="left: 325px"></div>
496492
</div>
493+
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.
498+
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>
503+
<br>
504+
<br>
505+
M nop qrst uv wx yz.<br>
506+
Ab cde fgh i jkl. Mno<br>
507+
pqr stu vw xyz. A bc<br>
508+
def g hij klm nopqrs<br>
509+
tuv wxy z. Abc de fg<br>
510+
hi jklmno. Pqrstu vw<br>
511+
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>
536+
537+
<div class=rep
538+
style="width: 490px; height: 20px; background: silver; font-size: 1.5em; padding: 5px">An
539+
spanning element</div>
540+
541+
<div class=gap style="left: 150px"></div>
542+
543+
<div class=gap style="left: 325px"></div>
544+
</div>
545+
</div>
497546
<!--
498547
<p>To illustrate the effects of the various properties described in
499548
this specification, variations on a sample document will be used. Here

0 commit comments

Comments
 (0)