csswg/css3-gcpm Overview.src.html,1.127,1.128

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

Modified Files:
	Overview.src.html 
Log Message:
refining alternative float model

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Overview.src.html	21 Sep 2011 18:56:04 -0000	1.127
+++ Overview.src.html	21 Sep 2011 19:17:43 -0000	1.128
@@ -2565,6 +2565,19 @@
 </div>
 
 
+<div class=example>
+
+<img src=regions.png>
+
+<pre>
+body { columns: 3 }
+img.A { column-span: 2; width: 100% }
+.one { column-span: 2 }
+</pre>
+
+</div>
+
+
 <h3>Float modifiers</h3>
 
 <p>These new values on 'float' can be combined with the other values:
@@ -2637,6 +2650,9 @@
 </div>
 
 
+
+
+
 <h2>Page floats (mk1, deprecated)</h2>
 
 <p>Images and figures are sometimes displayed at the top or bottom of

Received on Wednesday, 21 September 2011 19:17:46 UTC