11
11
< meta content ="CSS Generated Content for Paged Media Module "
12
12
name =dcterms.title >
13
13
< meta content =text name =dcterms.type >
14
- < meta content =2013-07-10 name =dcterms.date >
14
+ < meta content =2013-07-24 name =dcterms.date >
15
15
< meta content ="Håkon Wium Lie " name =dcterms.creator >
16
16
< meta content =W3C name =dcterms.publisher >
17
17
< meta content ="http://dev.w3.org/csswg/css3-gcpm/ " name =dcterms.identifier >
42
42
43
43
< h1 > CSS Generated Content for Paged Media Module</ h1 >
44
44
45
- < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft 10 July 2013</ h2 >
45
+ < h2 class ="no-num no-toc " id =w3c-working > Editor's Draft 24 July 2013</ h2 >
46
46
47
47
< dl >
48
48
< dt > This version:
49
49
50
50
< dd > < a
51
- href ="http://dev.w3.org/csswg/css3-gcpm/ "> http://www.w3.org/TR/2013/ED-css3-gcpm-20130710 /</ a >
51
+ href ="http://dev.w3.org/csswg/css3-gcpm/ "> http://www.w3.org/TR/2013/ED-css3-gcpm-20130724 /</ a >
52
52
53
53
< dt > Latest version:
54
54
@@ -1262,8 +1262,9 @@ <h2 id=footnotes><span class=secno>5. </span>Footnotes</h2>
1262
1262
1263
1263
< li > one predefined counter: ‘< code class =css > footnote</ code > ’
1264
1264
1265
- < li > one new value on the ‘< code class =property > content</ code > ’
1266
- property: ‘< code class =css > target-pull()</ code > ’
1265
+ < li class =unimplemented > one new value on the ‘< code
1266
+ class =property > content</ code > ’ property: ‘< code
1267
+ class =css > target-pull()</ code > ’
1267
1268
1268
1269
< li > border segments
1269
1270
<!--<li>two new 'list-style-type' values: ''super-decimal'', and symbol(...)-->
@@ -1292,7 +1293,7 @@ <h2 id=footnotes><span class=secno>5. </span>Footnotes</h2>
1292
1293
</ pre >
1293
1294
</ div >
1294
1295
1295
- < div class =example >
1296
+ < div class =" example unimplemented " >
1296
1297
< p > To support legacy browsers, it is often better to make a link to the
1297
1298
note rather than including the text inline. This example shows how to
1298
1299
fetch the content of a note and place it in a footnote.
@@ -1359,15 +1360,16 @@ <h3 id=turning-elements-into-footnotes><span class=secno>5.1.
1359
1360
< p > Footnote elements are presented inside the < em > footnote area</ em > , but
1360
1361
they inherit through their normal place in the structure of the document.
1361
1362
1362
- < p > The ‘< code class =property > display</ code > ’ property on footnote
1363
- elements is ignored. Instead, the value of the ‘< code
1364
- class =property > display</ code > ’ property in the @footnote context
1365
- determines if footnotes are block or inline elements.
1363
+ < div class =unimplemented >
1364
+ < p > The ‘< code class =property > display</ code > ’ property on footnote
1365
+ elements is ignored. Instead, the value of the ‘< code
1366
+ class =property > display</ code > ’ property in the @footnote context
1367
+ determines if footnotes are block or inline elements.
1366
1368
1367
- < div class =example >
1368
- < p > In this example, the footnotes are displayed inline:
1369
+ < div class =example >
1370
+ < p > In this example, the footnotes are displayed inline:
1369
1371
1370
- < pre >
1372
+ < pre >
1371
1373
@footnote {
1372
1374
display: inline;
1373
1375
}
@@ -1376,11 +1378,12 @@ <h3 id=turning-elements-into-footnotes><span class=secno>5.1.
1376
1378
}
1377
1379
</ pre >
1378
1380
1379
- < p > Here is one possible presentation of inline footnotes:
1381
+ < p > Here is one possible presentation of inline footnotes:
1380
1382
1381
- < pre >
1383
+ < pre >
1382
1384
¹ The first footnote. º The second footnote.
1383
1385
</ pre >
1386
+ </ div >
1384
1387
</ div >
1385
1388
<!--
1386
1389
<p class=issue>Another way to achieve this would be to introduce different keywords for inline and block footnotes (e.g., float: footnote-inline, float: footnote-block).
0 commit comments