Skip to content

Commit 8e236d6

Browse files
committed
x
1 parent ac0ca8a commit 8e236d6

1 file changed

Lines changed: 13 additions & 16 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@
9999

100100
<h1>CSS Generated Content for Paged Media Module</h1>
101101

102-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 21 September 2011</h2>
102+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 23 September 2011</h2>
103103

104104
<dl>
105105
<dt>This version:
106106

107107
<dd><a
108-
href="http://www.w3.org/TR/2011/ED-css3-gcpm-20110921/">http://www.w3.org/TR/2011/ED-css3-gcpm-20110921</a>
108+
href="http://www.w3.org/TR/2011/ED-css3-gcpm-20110923/">http://www.w3.org/TR/2011/ED-css3-gcpm-20110923</a>
109109

110110
<dt>Latest version:
111111

@@ -1288,43 +1288,41 @@ <h3 id=the-footnote-area><span class=secno>5.2. </span>The footnote area</h3>
12881288
<p class=issue>
12891289

12901290
<div class=example>
1291+
<p>These rules place the footnote area at the bottom of the page, spanning
1292+
all columns:
1293+
12911294
<pre>
12921295
@page {
12931296
@footnote {
1294-
float: bottom page;
1297+
float: bottom;
1298+
column-span: all;
12951299
width: 100%;
12961300
}
12971301
}
12981302
</pre>
12991303
</div>
13001304

13011305
<div class=example>
1302-
<p>These rules place the footnote area in the bottom left corner of the
1303-
page:
1306+
<p>These rules place the footnote area at the bottom of the first column:
13041307

13051308
<pre>
13061309
@page {
13071310
@footnote {
1308-
position: fixed;
1309-
bottom: 0;
1310-
left: 0;
1311-
width: 5em;
1311+
float: bottom;
1312+
width: 100%;
13121313
}
13131314
}
13141315
</pre>
13151316
</div>
13161317

1317-
<p>Inside @footnote, the &lsquo;<code class=property>gr</code>&rsquo; unit
1318-
is based on the oldest multicol element in the document.
1319-
13201318
<div class="example issue">
13211319
<p>This code places the footnote area at the bottom of the right column:
13221320

13231321
<pre>
13241322
@page {
13251323
@footnote {
1326-
float: bottom right multicol;
1327-
width: 1gr;
1324+
float: bottom-corner;
1325+
width: 100%;
13281326
}
13291327
}
13301328
</pre>
@@ -3632,8 +3630,7 @@ <h2 id=advanced-multi-column-layout-part-of-mk2><span class=secno>16.
36323630

36333631
<li>one new property: &lsquo;<a href="#float-offset"><code
36343632
class=property>float-offset</code></a>&rsquo;
3635-
3636-
<li>one new unit: &lsquo;<code class=css>gr</code>&rsquo;
3633+
<!--<li>one new unit: ''gr''-->
36373634
</ul>
36383635

36393636
<p>The strategy for achieving advanced multi-column layout is similar to

0 commit comments

Comments
 (0)