csswg/css3-gcpm Overview.html,1.194,1.195

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

Modified Files:
	Overview.html 
Log Message:
machine-generated

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- Overview.html	6 Jan 2012 00:43:45 -0000	1.194
+++ Overview.html	10 Jan 2012 23:22:48 -0000	1.195
@@ -4,12 +4,9 @@
 <html lang=en>
  <head>
   <title>CSS Generated Content for Paged Media Module</title>
-  <link href="../css-module/default.css" rel=stylesheet type="text/css">
-  <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet
+  <link href="../default.css" rel=stylesheet type="text/css">
+  <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
   type="text/css">
-  <!--
-<link href="../default.css" rel="stylesheet" type="text/css">
--->
 
   <style type="text/css">
 .example img { display: block }
@@ -24,13 +21,13 @@
 
    <h1>CSS Generated Content for Paged Media Module</h1>
 
-   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 6 January 2012</h2>
+   <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 January 2012</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120106/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120106/</a>
+     href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120110/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120110/</a>
 
     <dt>Latest version:
 
@@ -3044,6 +3041,8 @@
 </pre>
    <img alt="sample rendering" src=8.png></div>
 
+  <p>
+
   <div class=example> <img alt="sample rendering" src=regions.png>
    <pre>
 body { columns: 3 }
@@ -3639,7 +3638,7 @@
 div.chapter::region(3+)      /* all regions but the 1st and 2nd */
 div.chapter::region(2,2)     /* second region on second page */
 div.chapter::region(*,2)     /* all regions on the second page */
-div.chapter::region(,2)      /* all columns on the second page */
+div.chapter::region(1,*)     /* the first column on all pages */
 </pre>
   </div>
 
@@ -3740,9 +3739,10 @@
   columns: 15em;
 }
 article::region(1-3) {
+  width: 15em;
   height: 15em;
 }
-acticle::region(2-3) {
+article::region(2-3) {
   margin: 4em 0 0 -4em;
 }
 </pre>

Received on Tuesday, 10 January 2012 23:24:56 UTC