- From: H?kon Wium Lie via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 11 Jan 2012 00:35:00 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-gcpm
In directory hutz:/tmp/cvs-serv8311
Modified Files:
Overview.html
Log Message:
machine-generated
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-gcpm/Overview.html,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- Overview.html 10 Jan 2012 23:32:33 -0000 1.196
+++ Overview.html 11 Jan 2012 00:34:58 -0000 1.197
@@ -21,13 +21,13 @@
<h1>CSS Generated Content for Paged Media Module</h1>
- <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 January 2012</h2>
+ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 11 January 2012</h2>
<dl>
<dt>This version:
<dd><a
- href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120110/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120110/</a>
+ href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120111/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120111/</a>
<dt>Latest version:
@@ -3620,15 +3620,9 @@
div.chapter::column(3+) /* all columns but the 1st and 2nd */
div.chapter::column(2,2) /* second column on second page */
div.chapter::column(*,2) /* all columns on the second page */
-div.chapter::column(,2) /* all columns on the second page */
+div.chapter::column(1,*) /* the first column on all pages */
</pre>
</div>
- <!--
-
-<h3>Turning columns into regions</h3>
-
-<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.
--->
<p>To underline the fact that columns are regions, the "region" keyword can
be used as a substitute for "column".
Received on Wednesday, 11 January 2012 00:35:01 UTC