csswg/css3-gcpm Overview.src.html,1.121,1.122

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

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.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- Overview.src.html	21 Sep 2011 18:38:20 -0000	1.121
+++ Overview.src.html	21 Sep 2011 18:39:29 -0000	1.122
@@ -2536,7 +2536,7 @@
 <p>The 'column-span' property is extended with integer values so that elements can span several columns. If the specified integer value is equal to, or larger than the number of columns in the multicol element, the number of columns spanned will be the same as if 'column-span: all' had been specified. 
 
 <div class=example>
-In combination with 'column-span', Float figure to top/bottom of the last column of the multicol element on that page, again being as side as the column:
+<p>In combination with 'column-span', the fiture is floated to the top corner of the multicol element on that page:
 <pre>
 .figure { float: top-corner; column-span: 2; width: 100% }
 </pre>

Received on Wednesday, 21 September 2011 18:39:36 UTC