|
80 | 80 |
|
81 | 81 | <h1>CSS Generated Content for Paged Media Module</h1> |
82 | 82 |
|
83 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 28 March 2010</h2> |
| 83 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 29 March 2010</h2> |
84 | 84 |
|
85 | 85 | <dl> |
86 | 86 | <dt>This version: |
87 | 87 |
|
88 | 88 | <dd><a |
89 | | - href="http://www.w3.org/TR/2010/ED-css3-gcpm-20100328">http://www.w3.org/TR/2010/ED-css3-gcpm-20100328</a> |
| 89 | + href="http://www.w3.org/TR/2010/ED-css3-gcpm-20100329">http://www.w3.org/TR/2010/ED-css3-gcpm-20100329</a> |
90 | 90 |
|
91 | 91 | <dt>Latest version: |
92 | 92 |
|
@@ -799,9 +799,6 @@ <h2 id=leaders><span class=secno>3. </span>Leaders</h2> |
799 | 799 | <td>\0020 |
800 | 800 | </table> |
801 | 801 | <!-- |
802 | | -<p class=issue>Can leaders also be composed of images or SVG? |
803 | | ---> |
804 | | - <!-- |
805 | 802 | <p class="issue">Some fonts may not have suitable glyphs for all |
806 | 803 | patterns. For example, in some Eastern languages, the alignment of the |
807 | 804 | shape within the glyph may not be optimal for creating leaders. |
@@ -1220,10 +1217,7 @@ <h3 id=the-footnote-area><span class=secno>5.2. </span>The footnote area</h3> |
1220 | 1217 | places. |
1221 | 1218 |
|
1222 | 1219 | <p class=issue>Should the footnote are be positiond using page floats or |
1223 | | - (fixed?) absolute positioning? Or both? In any case, it is unclear how to |
1224 | | - make the ‘<code class=property>gr</code>’ unit refer to the |
1225 | | - column width of a multicol element. Which element, exactly? The one at the |
1226 | | - bottom of the page, of course. Hmm. |
| 1220 | + (fixed?) absolute positioning? Or both? |
1227 | 1221 |
|
1228 | 1222 | <p class=issue> |
1229 | 1223 |
|
@@ -1254,6 +1248,9 @@ <h3 id=the-footnote-area><span class=secno>5.2. </span>The footnote area</h3> |
1254 | 1248 | </pre> |
1255 | 1249 | </div> |
1256 | 1250 |
|
| 1251 | + <p>Inside @footnote, the ‘<code class=property>gr</code>’ unit |
| 1252 | + is based on the oldest multicol element in the document. |
| 1253 | + |
1257 | 1254 | <div class="example issue"> |
1258 | 1255 | <p>This code places the footnote area at the bottom of the right column: |
1259 | 1256 |
|
@@ -1320,16 +1317,15 @@ <h3 id=the-footnote-area><span class=secno>5.2. </span>The footnote area</h3> |
1320 | 1317 | @footnote { |
1321 | 1318 | margin-top: 0.5em; |
1322 | 1319 | border-top: thin solid black; |
1323 | | - border-length: 4em; /* border-clip: 4em */ |
| 1320 | + border-clip: 4em; |
1324 | 1321 | padding-top: 0.5em; |
1325 | 1322 | } |
1326 | 1323 | </pre> |
1327 | 1324 |
|
1328 | | - <p>The result of this code is that a footnote area will have some margin |
1329 | | - above the border. Unlike normal borders, only part of the border is |
1330 | | - visible due to the ‘<code |
1331 | | - class=property>border-length</code>’ property. Underneath the |
1332 | | - border, there will be padding. |
| 1325 | + <p>The result of this code is a footnote area separated from other content |
| 1326 | + above it by margin, border and padding. Only 4em of the border is visible |
| 1327 | + due to thte ‘<code class=property><a |
| 1328 | + href="#border-clip">border-clip</a></code>’ property. |
1333 | 1329 | </div> |
1334 | 1330 | <!-- |
1335 | 1331 | <p class="issue">Footnotes in tables and floats may be problematic. In |
|
0 commit comments