|
4 | 4 | <html lang=en> |
5 | 5 | <head> |
6 | 6 | <title>CSS Generated Content for Paged Media Module</title> |
7 | | - <link href="../css-module/default.css" rel=stylesheet type="text/css"> |
8 | | - <link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=stylesheet |
| 7 | + <link href="../default.css" rel=stylesheet type="text/css"> |
| 8 | + <link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet |
9 | 9 | type="text/css"> |
10 | | - <!-- |
11 | | -<link href="../default.css" rel="stylesheet" type="text/css"> |
12 | | ---> |
13 | 10 |
|
14 | 11 | <style type="text/css"> |
15 | 12 | .example img { display: block } |
|
24 | 21 |
|
25 | 22 | <h1>CSS Generated Content for Paged Media Module</h1> |
26 | 23 |
|
27 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 6 January 2012</h2> |
| 24 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 January 2012</h2> |
28 | 25 |
|
29 | 26 | <dl> |
30 | 27 | <dt>This version: |
31 | 28 |
|
32 | 29 | <dd><a |
33 | | - href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120106/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120106/</a> |
| 30 | + href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120110/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120110/</a> |
34 | 31 |
|
35 | 32 | <dt>Latest version: |
36 | 33 |
|
@@ -3044,6 +3041,8 @@ <h2 id=page-floats><span class=secno>12. </span>Page floats</h2> |
3044 | 3041 | </pre> |
3045 | 3042 | <img alt="sample rendering" src=8.png></div> |
3046 | 3043 |
|
| 3044 | + <p> |
| 3045 | + |
3047 | 3046 | <div class=example> <img alt="sample rendering" src=regions.png> |
3048 | 3047 | <pre> |
3049 | 3048 | body { columns: 3 } |
@@ -3639,7 +3638,7 @@ <h3>Turning columns into regions</h3> |
3639 | 3638 | div.chapter::region(3+) /* all regions but the 1st and 2nd */ |
3640 | 3639 | div.chapter::region(2,2) /* second region on second page */ |
3641 | 3640 | div.chapter::region(*,2) /* all regions on the second page */ |
3642 | | -div.chapter::region(,2) /* all columns on the second page */ |
| 3641 | +div.chapter::region(1,*) /* the first column on all pages */ |
3643 | 3642 | </pre> |
3644 | 3643 | </div> |
3645 | 3644 |
|
@@ -3740,9 +3739,10 @@ <h2 id=regions-and-exclusions-examples><span class=secno>15. </span>Regions |
3740 | 3739 | columns: 15em; |
3741 | 3740 | } |
3742 | 3741 | article::region(1-3) { |
| 3742 | + width: 15em; |
3743 | 3743 | height: 15em; |
3744 | 3744 | } |
3745 | | -acticle::region(2-3) { |
| 3745 | +article::region(2-3) { |
3746 | 3746 | margin: 4em 0 0 -4em; |
3747 | 3747 | } |
3748 | 3748 | </pre> |
|
0 commit comments