csswg/css3-gcpm Overview.html,1.147,1.148

Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv13398

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.html	26 Oct 2011 02:49:09 -0000	1.147
+++ Overview.html	26 Oct 2011 02:50:07 -0000	1.148
@@ -229,11 +229,11 @@
      <li><a href="#float-modifiers"><span class=secno>14.1. </span>Float
       modifiers</a>
 
-     <li><a href="#multi-column-float-intrusion"><span class=secno>14.2.
-      </span>Multi-column float intrusion</a>
-
-     <li><a href="#floating-inside-and-outside-pages"><span class=secno>14.3.
+     <li><a href="#floating-inside-and-outside-pages"><span class=secno>14.2.
       </span>Floating inside and outside pages</a>
+
+     <li><a href="#multi-column-float-intrusion"><span class=secno>14.3.
+      </span>Multi-column float intrusion</a>
     </ul>
 
    <li><a href="#the-first-page-pseudo-element"><span class=secno>15.
@@ -3144,7 +3144,34 @@
       <img src=13.png></div>
    </dl>
 
-   <h3 id=multi-column-float-intrusion><span class=secno>14.2.
+   <h3 id=floating-inside-and-outside-pages><span class=secno>14.2.
+    </span>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 &lsquo;<code class=property>float</code>&rsquo;
+    property:
+
+   <dl>
+    <dt>inside
+
+    <dd>On a right page, this value is synonymous with &lsquo;<code
+     class=property>left</code>&rsquo;. On a left page, this value is
+     synonymous with &lsquo;<code class=property>right</code>&rsquo;.
+
+    <dt>outside
+
+    <dd>On a left page, this value is synonymous with &lsquo;<code
+     class=property>left</code>&rsquo;, On a right page, this value is
+     synonymous with &lsquo;<code class=property>right</code>&rsquo;.
+   </dl>
+
+   <div class=example>
+    <pre>
+.figure { float: outside }
+</pre>
+   </div>
+
+   <h3 id=multi-column-float-intrusion><span class=secno>14.3.
     </span>Multi-column float intrusion</h3>
 
    <p>A new value on &lsquo;<code class=property>float</code>&rsquo; is
@@ -3176,33 +3203,6 @@
      is a long word that is clipped in the middle of the column gap. <img
      src=1.png>
    </div>
-
-   <h3 id=floating-inside-and-outside-pages><span class=secno>14.3.
-    </span>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 &lsquo;<code class=property>float</code>&rsquo;
-    property:
-
-   <dl>
-    <dt>inside
-
-    <dd>On a right page, this value is synonymous with &lsquo;<code
-     class=property>left</code>&rsquo;. On a left page, this value is
-     synonymous with &lsquo;<code class=property>right</code>&rsquo;.
-
-    <dt>outside
-
-    <dd>On a left page, this value is synonymous with &lsquo;<code
-     class=property>left</code>&rsquo;, On a right page, this value is
-     synonymous with &lsquo;<code class=property>right</code>&rsquo;.
-   </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:15 UTC