Skip to content

Commit 095846c

Browse files
committed
revised outline
1 parent 35358fe commit 095846c

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2611,13 +2611,6 @@ <h2>Page floats</h2>
26112611
<img src=6.png>
26122612
</div>
26132613

2614-
2615-
<!--
2616-
<p class=issue>
2617-
In the examples above, the width is set to 100% to fill the available space. This is typically how paper-based layouts have used column-span. If, however, the width is smaller than the available space, how should the box be positioned. (Probably on the side, based on the writing direction.) And, should content flow around it? (Probably not: it may be hard to implement and have little use.)
2618-
</div>
2619-
-->
2620-
26212614
<p>The 'column-span' property is extended with integer values so that elements can span several columns. If the specified integer value is equal to, or larger than the number of columns in the multicol element, the number of columns spanned will be the same as if 'column-span: all' had been specified.
26222615

26232616
<div class=example>
@@ -2660,8 +2653,6 @@ <h3>Float modifiers</h3>
26602653

26612654
</div>
26622655

2663-
2664-
26652656
<dt>next-column
26662657

26672658
<dd>In paged media, float box to the next column.
@@ -2707,7 +2698,7 @@ <h3>Float modifiers</h3>
27072698

27082699

27092700

2710-
<h2>Multi-column float intrusion</h2>
2701+
<h3>Multi-column float intrusion</h3>
27112702

27122703
<p>A new value on 'float' is introduced to support intrusion in columns:
27132704

0 commit comments

Comments
 (0)