Skip to content

Commit d322ec0

Browse files
committed
revised outline
1 parent e0fe5f9 commit d322ec0

1 file changed

Lines changed: 22 additions & 21 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2698,6 +2698,28 @@ <h3>Float modifiers</h3>
26982698

26992699

27002700

2701+
2702+
<h3>Floating inside and outside pages</h3>
2703+
2704+
<p>Two allow content to flow to the inside and outside of a page, these keywords are added to the 'float' property:
2705+
2706+
<dl>
2707+
<dt>inside
2708+
2709+
<dd>On a right page, this value is synonymous with 'left'. On a left page, this value is synonymous with 'right'.
2710+
2711+
<dt>outside
2712+
2713+
<dd>On a left page, this value is synonymous with 'left', On a right page, this value is synonymous with 'right'.
2714+
2715+
</dl>
2716+
2717+
<div class=example>
2718+
<pre>
2719+
.figure { float: outside }
2720+
</pre>
2721+
</div>
2722+
27012723
<h3>Multi-column float intrusion</h3>
27022724

27032725
<p>A new value on 'float' is introduced to support intrusion in columns:
@@ -2728,27 +2750,6 @@ <h3>Multi-column float intrusion</h3>
27282750
</div>
27292751

27302752

2731-
<h3>Floating inside and outside pages</h3>
2732-
2733-
<p>Two allow content to flow to the inside and outside of a page, these keywords are added to the 'float' property:
2734-
2735-
<dl>
2736-
<dt>inside
2737-
2738-
<dd>On a right page, this value is synonymous with 'left'. On a left page, this value is synonymous with 'right'.
2739-
2740-
<dt>outside
2741-
2742-
<dd>On a left page, this value is synonymous with 'left', On a right page, this value is synonymous with 'right'.
2743-
2744-
</dl>
2745-
2746-
<div class=example>
2747-
<pre>
2748-
.figure { float: outside }
2749-
</pre>
2750-
</div>
2751-
27522753
<!--
27532754
<h2>Aligning baselines in multi-column layouts</h2>
27542755

0 commit comments

Comments
 (0)