csswg/css3-gcpm Overview.html,1.117,1.118

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

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- Overview.html	21 Sep 2011 18:39:39 -0000	1.117
+++ Overview.html	21 Sep 2011 18:41:41 -0000	1.118
@@ -326,8 +326,8 @@
       </span>Floating inside and outside pages</a>
     </ul>
 
-   <li><a href="#page-floats-mk1"><span class=secno>15. </span>Page floats
-    (mk1)</a>
+   <li><a href="#page-floats-mk1-deprecated"><span class=secno>15.
+    </span>Page floats (mk1, deprecated)</a>
     <ul class=toc>
      <li><a href="#float-intrusion-in-multicol-elements"><span
       class=secno>15.1. </span>Float intrusion in multicol elements</a>
@@ -3151,7 +3151,7 @@
    <pre>
 .figure { float: top-corner; column-span: 2; width: 100% }
 </pre>
-  </div>
+   <img src=8b.png></div>
 
   <p>Boxes floated with these keywords are positiond wrt. the padding edge
    (and not the content edge) of the multicol element. This way, layouts that
@@ -3236,7 +3236,8 @@
 </pre>
   </div>
 
-  <h2 id=page-floats-mk1><span class=secno>15. </span>Page floats (mk1)</h2>
+  <h2 id=page-floats-mk1-deprecated><span class=secno>15. </span>Page floats
+   (mk1, deprecated)</h2>
 
   <p>Images and figures are sometimes displayed at the top or bottom of
    pages. Also, an element may be moved to the next page or not displayed at

Received on Wednesday, 21 September 2011 18:41:45 UTC