csswg/css3-gcpm Overview.src.html,1.191,1.192

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

Modified Files:
	Overview.src.html 
Log Message:
revising text, examples

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.src.html,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- Overview.src.html	25 Dec 2011 02:04:40 -0000	1.191
+++ Overview.src.html	25 Dec 2011 02:06:46 -0000	1.192
@@ -3192,7 +3192,7 @@
 </pre>
 </div>
 
-
+<!--
 <div class=example>
 Consider this markup:
 
@@ -3229,7 +3229,7 @@
 <p>This example shows that use cases that first seem to require regions may be achieved with other methods.
 
 </div>
-
+-->
 
 <!--
 <div class=example>
@@ -3286,7 +3286,7 @@
 
 
 
-<h2>Selecting columns and pages</h2>
+<h2>Selecting columns</h2>
 
 <p class=issue>This is sketchy.
 
@@ -3320,9 +3320,8 @@
 <img src="regions_rotated_columns.jpg">
 </div>
 
-<!--
 
-<h2>Page selection: nth()</h2>
+<h2>Selecting pages </h2>
 
 <p>In CSS 2.0, <a href="http://www.w3.org/TR/CSS2/page.html#page-selectors">first, left and right pages</a> can be selected. This specification adds support for selecting the nth page in the document, or the nth named page. 
 
@@ -3378,7 +3377,6 @@
 </pre>
 </div>
 
--->
 
 <h2>Conformance</h2>
 

Received on Sunday, 25 December 2011 02:06:50 UTC