csswg/css3-gcpm Overview.html,1.183,1.184

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

Modified Files:
	Overview.html 
Log Message:
x

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -d -r1.183 -r1.184
--- Overview.html	25 Dec 2011 01:30:17 -0000	1.183
+++ Overview.html	25 Dec 2011 01:45:44 -0000	1.184
@@ -3585,11 +3585,19 @@
   <h3 id=turning-columns-into-regions><span class=secno>14.2. </span>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 &lsquo;<code class=css>visibility: collapse</code>&rsquo; 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:55 UTC