Skip to content

Commit 0fb58eb

Browse files
committed
machine-generated
1 parent 6166e6d commit 0fb58eb

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
<h1>CSS Generated Content for Paged Media Module</h1>
2323

24-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 January 2012</h2>
24+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 11 January 2012</h2>
2525

2626
<dl>
2727
<dt>This version:
2828

2929
<dd><a
30-
href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120110/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120110/</a>
30+
href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120111/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120111/</a>
3131

3232
<dt>Latest version:
3333

@@ -3620,15 +3620,9 @@ <h2 id=regions><span class=secno>14. </span>Regions</h2>
36203620
div.chapter::column(3+) /* all columns but the 1st and 2nd */
36213621
div.chapter::column(2,2) /* second column on second page */
36223622
div.chapter::column(*,2) /* all columns on the second page */
3623-
div.chapter::column(,2) /* all columns on the second page */
3623+
div.chapter::column(1,*) /* the first column on all pages */
36243624
</pre>
36253625
</div>
3626-
<!--
3627-
3628-
<h3>Turning columns into regions</h3>
3629-
3630-
<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.
3631-
-->
36323626

36333627
<p>To underline the fact that columns are regions, the "region" keyword can
36343628
be used as a substitute for "column".

0 commit comments

Comments
 (0)