8000 machine-generated · w3c/csswg-drafts@d2fbd09 · GitHub
Skip to content

Commit d2fbd09

Browse files
committed
machine-generated
1 parent 5deff7b commit d2fbd09

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
<html lang=en>
55
<head>
66
<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
99
type="text/css">
10-
<!--
11-
<link href="../default.css" rel="stylesheet" type="text/css">
12-
-->
1310

1411
<style type="text/css">
1512
.example img { display: block }
@@ -24,13 +21,13 @@
2421

2522
<h1>CSS Generated Content for Paged Media Module</h1>
2623

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>
2825

2926
<dl>
3027
<dt>This version:
3128

3229
<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>
3431

3532
<dt>Latest version:
3633

@@ -3044,6 +3041,8 @@ <h2 id=page-floats><span class=secno>12. </span>Page floats</h2>
30443041
</pre>
30453042
<img alt="sample rendering" src=8.png></div>
30463043

3044+
<p>
3045+
30473046
<div class=example> <img alt="sample rendering" src=regions.png>
30483047
<pre>
30493048
body { columns: 3 }
@@ -3639,7 +3638,7 @@ <h3>Turning columns into regions</h3>
36393638
div.chapter::region(3+) /* all regions but the 1st and 2nd */
36403639
div.chapter::region(2,2) /* second region on second page */
36413640
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 */
36433642
</pre>
36443643
</div>
36453644

@@ -3740,9 +3739,10 @@ <h2 id=regions-and-exclusions-examples><span class=secno>15. </span>Regions
37403739
columns: 15em;
37413740
}
37423741
article::region(1-3) {
3742+
width: 15em;
37433743
height: 15em;
37443744
}
3745-
acticle::region(2-3) {
3745+
article::region(2-3) {
37463746
margin: 4em 0 0 -4em;
37473747
}
37483748
</pre>

0 commit comments

Comments
 (0)