Skip to content

Commit 0daa56a

Browse files
author
howcome
committed
machine-generated version
1 parent 6b9ef46 commit 0daa56a

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

css-gcpm/Overview.html

+18-15
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta content="CSS Generated Content for Paged Media Module"
1212
name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-07-10 name=dcterms.date>
14+
<meta content=2013-07-24 name=dcterms.date>
1515
<meta content="Håkon Wium Lie" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css3-gcpm/" name=dcterms.identifier>
@@ -42,13 +42,13 @@
4242

4343
<h1>CSS Generated Content for Paged Media Module</h1>
4444

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

4747
<dl>
4848
<dt>This version:
4949

5050
<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>
5252

5353
<dt>Latest version:
5454

@@ -1262,8 +1262,9 @@ <h2 id=footnotes><span class=secno>5. </span>Footnotes</h2>
12621262

12631263
<li>one predefined counter: ‘<code class=css>footnote</code>
12641264

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

12681269
<li>border segments
12691270
<!--<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>
12921293
</pre>
12931294
</div>
12941295

1295-
<div class=example>
1296+
<div class="example unimplemented">
12961297
<p>To support legacy browsers, it is often better to make a link to the
12971298
note rather than including the text inline. This example shows how to
12981299
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.
13591360
<p>Footnote elements are presented inside the <em>footnote area</em>, but
13601361
they inherit through their normal place in the structure of the document.
13611362

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.
13661368

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:
13691371

1370-
<pre>
1372+
<pre>
13711373
@footnote {
13721374
display: inline;
13731375
}
@@ -1376,11 +1378,12 @@ <h3 id=turning-elements-into-footnotes><span class=secno>5.1.
13761378
}
13771379
</pre>
13781380

1379-
<p>Here is one possible presentation of inline footnotes:
1381+
<p>Here is one possible presentation of inline footnotes:
13801382

1381-
<pre>
1383+
<pre>
13821384
¹ The first footnote. º The second footnote.
13831385
</pre>
1386+
</div>
13841387
</div>
13851388
<!--
13861389
<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

Comments
 (0)