csswg/css3-regions Overview.html,1.19,1.20 Overview.src.html,1.21,1.22

Update of /sources/public/csswg/css3-regions
In directory hutz:/tmp/cvs-serv14383

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed abstract to reflect removal of content-order/region-order

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- Overview.html	30 Sep 2011 20:06:14 -0000	1.19
+++ Overview.html	30 Sep 2011 20:20:30 -0000	1.20
@@ -71,10 +71,10 @@
   <h2 class="no-num no-toc" id=abstract>Abstract</h2>
 
   <p>The CSS regions module allows content to flow across multiple areas
-   called regions. The regions do not necessarily follow the document order.
-   The CSS regions module provides an advanced content flow mechanism, which
-   can be combined with positioning schemes as defined by other CSS modules
-   such as the Multi-Column Module <a href="#CSS3COL"
+   called regions. The regions are not necessarily contiguous in the document
+   order. The CSS regions module provides an advanced content flow mechanism,
+   which can be combined with positioning schemes as defined by other CSS
+   modules such as the Multi-Column Module <a href="#CSS3COL"
    rel=biblioentry>[CSS3COL]<!--{{CSS3COL}}--></a> or the Grid Layout Module
    <a href="#CSS3-GRID-LAYOUT"
    rel=biblioentry>[CSS3-GRID-LAYOUT]<!--{{CSS3-GRID-LAYOUT}}--></a> to

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-regions/Overview.src.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Overview.src.html	30 Sep 2011 20:06:14 -0000	1.21
+++ Overview.src.html	30 Sep 2011 20:20:30 -0000	1.22
@@ -56,7 +56,7 @@
     <h2 class="no-num no-toc" id="abstract">Abstract</h2>
     
     <p>The CSS regions module allows content to flow across multiple areas
-    called regions. The regions do not necessarily follow the document order.
+    called regions. The regions are not necessarily contiguous in the document order.
     The CSS regions module provides an advanced content flow mechanism, which
     can be combined with positioning schemes as defined by other CSS modules
     such as the Multi-Column Module [[CSS3COL]] or the Grid Layout Module

Received on Friday, 30 September 2011 20:20:34 UTC