csswg/css3-gcpm Overview.html,1.153,1.154

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

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Overview.html	31 Oct 2011 06:28:43 -0000	1.153
+++ Overview.html	31 Oct 2011 06:30:32 -0000	1.154
@@ -3273,9 +3273,10 @@
    <p>Percentage values refer to the width/height of the float plus a
     fraction of the column gap.
 
+   <p>Floats that are moved into other columns with this property intrudes.
+
    <div class=example>
     <pre>img { 
-  column-gap: 1em;
   float: top right;
   float-offset: -50% 3em;
   width: 120%;
@@ -3287,8 +3288,8 @@
     <pre>
 img {
   float: top right;
-  width: 100%;
   float-offset: -80% 2em;
+  width: 100%;
 }
 </pre>
     <img src=12.png></div>

Received on Monday, 31 October 2011 06:30:47 UTC