File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ‘< code class =property > gr</ code > ’ 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: ‘< a href ="#float-offset "> < code
36343632 class =property > float-offset</ code > </ a > ’
3635-
3636- < li > one new unit: ‘< code class =css > gr</ code > ’
3633+ <!--<li>one new unit: ''gr''-->
36373634 </ ul >
36383635
36393636 < p > The strategy for achieving advanced multi-column layout is similar to
You can’t perform that action at this time.
0 commit comments