csswg/css3-gcpm Overview.src.html,1.189,1.190

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

Modified Files:
	Overview.src.html 
Log Message:
revising text and examples on regions and exclusions

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- Overview.src.html	25 Dec 2011 01:30:08 -0000	1.189
+++ Overview.src.html	25 Dec 2011 01:45:36 -0000	1.190
@@ -3168,13 +3168,13 @@
 
 <h3>Turning columns into regions</h3>
 
-<p>A column that is moved from its natural position into 
-
-<p>Columns can be moved 
+<p>A column that is moved from its natural position is called a region in this specification. Columns can be moved using floating or absolute positioning.
 
 <div class=example>
 <img alt="sample rendering" src=regions.png>
 
+<p>In this example, the multicol layout is changed so that the image (which appears first in the markup) spans two columns and is floated to the top, thereby escaping its natural column. The first column, which holds the start of the textual content is also floated to the top, spanning two columns, and therefore ends up just under the image. Du to the 'visibility: collapse' setting on the first column, the second column will move into its space. 
+
 <pre>
 article { columns: 3 }
 img { column-span: 2; width: 100%; float: top }

Received on Sunday, 25 December 2011 01:45:42 UTC