Skip to content

Commit 47ff9b8

Browse files
committed
machine-generated version
1 parent d0ca425 commit 47ff9b8

1 file changed

Lines changed: 26 additions & 11 deletions

File tree

css3-gcpm/Overview.html

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
<h1>CSS Generated Content for Paged Media Module</h1>
2323

24-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 March 2012</h2>
24+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 11 May 2012</h2>
2525

2626
<dl>
2727
<dt>This version:
2828

2929
<dd><a
30-
href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120310/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120310/</a>
30+
href="http://www.w3.org/TR/2012/ED-css3-gcpm-20120511/">http://www.w3.org/TR/2012/ED-css3-gcpm-20120511/</a>
3131

3232
<dt>Latest version:
3333

@@ -47,13 +47,12 @@ <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 March 2012</h2>
4747
<!--begin-copyright-->
4848
<p class=copyright><a
4949
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
50-
rel=license>Copyright</a> &copy; 2012 <a
51-
href="http://www.w3.org/"><acronym
52-
title="World Wide Web Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
53-
href="http://www.csail.mit.edu/"><acronym
54-
title="Massachusetts Institute of Technology">MIT</acronym></a>, <a
55-
href="http://www.ercim.eu/"><acronym
56-
title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
50+
rel=license>Copyright</a> &copy; 2012 <a href="http://www.w3.org/"><abbr
51+
title="World Wide Web Consortium">W3C</abbr></a><sup>&reg;</sup> (<a
52+
href="http://www.csail.mit.edu/"><abbr
53+
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
54+
href="http://www.ercim.eu/"><abbr
55+
title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
5756
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a
5857
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
5958
<a
@@ -663,6 +662,18 @@ <h3 id=running-elements><span class=secno>2.2. </span>Running elements</h3>
663662
</pre>
664663
</div>
665664

665+
<div class=example>
666+
<p>In this example, the element is copied into the running header but it
667+
also keeps its normal place.
668+
669+
<pre>
670+
title { position: running(header), normal }
671+
@page { @top-center {
672+
content: element(header) }
673+
}
674+
</pre>
675+
</div>
676+
666677
<p>Like the &lsquo;<code class=css>string()</code>&rsquo; value, the
667678
&lsquo;<code class=css>element()</code>&rsquo; value accepts an optional
668679
second argument:
@@ -3150,14 +3161,18 @@ <h2 id=page-and-column-floats-alternative-synta><span class=secno>13.
31503161

31513162
<dd>as described in the previous section
31523163

3164+
<dt>footnote
3165+
3166+
<dd>as described above
3167+
31533168
<dt>columns(n)
31543169

3155-
<dd>makes the float span n columns; sets the float context to be the
3170+
<dd>makes the float span n columns, and sets the float context to be the
31563171
multicol element
31573172

31583173
<dt>page
31593174

3160-
<dd>sets the float context to be the page, not the element
3175+
<dd>sets the float context to be the page
31613176
</dl>
31623177

31633178
<div class=example>

0 commit comments

Comments
 (0)