- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Oct 2011 02:50:00 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv13353
Modified Files:
Overview.src.html
Log Message:
revised outline
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- Overview.src.html 26 Oct 2011 02:49:01 -0000 1.152
+++ Overview.src.html 26 Oct 2011 02:49:58 -0000 1.153
@@ -2698,6 +2698,28 @@
+
+<h3>Floating inside and outside pages</h3>
+
+<p>Two allow content to flow to the inside and outside of a page, these keywords are added to the 'float' property:
+
+<dl>
+ <dt>inside
+
+ <dd>On a right page, this value is synonymous with 'left'. On a left page, this value is synonymous with 'right'.
+
+ <dt>outside
+
+ <dd>On a left page, this value is synonymous with 'left', On a right page, this value is synonymous with 'right'.
+
+</dl>
+
+<div class=example>
+<pre>
+.figure { float: outside }
+</pre>
+</div>
+
<h3>Multi-column float intrusion</h3>
<p>A new value on 'float' is introduced to support intrusion in columns:
@@ -2728,27 +2750,6 @@
</div>
-<h3>Floating inside and outside pages</h3>
-
-<p>Two allow content to flow to the inside and outside of a page, these keywords are added to the 'float' property:
-
-<dl>
- <dt>inside
-
- <dd>On a right page, this value is synonymous with 'left'. On a left page, this value is synonymous with 'right'.
-
- <dt>outside
-
- <dd>On a left page, this value is synonymous with 'left', On a right page, this value is synonymous with 'right'.
-
-</dl>
-
-<div class=example>
-<pre>
-.figure { float: outside }
-</pre>
-</div>
-
<!--
<h2>Aligning baselines in multi-column layouts</h2>
Received on Wednesday, 26 October 2011 02:50:03 UTC