|
87 | 87 |
|
88 | 88 | <h1>CSS Paged Media Module Level 3</h1> |
89 | 89 |
|
90 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 3 March 2009</h2> |
| 90 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 9 March 2009</h2> |
91 | 91 |
|
92 | 92 | <dl> |
93 | 93 | <dt>This version: |
94 | 94 |
|
95 | 95 | <dd><a |
96 | 96 | href="http://dev.w3.org/csswg/css3-page/">http://dev.w3.org/csswg/css3-page/</a></dd> |
97 | | - <!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090303">http://www.w3.org/TR/2009/WD-css3-page-20090303</a></dd> --> |
| 97 | + <!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090309">http://www.w3.org/TR/2009/WD-css3-page-20090309</a></dd> --> |
98 | 98 |
|
99 | 99 | <dt>Latest version: |
100 | 100 |
|
@@ -179,7 +179,7 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2> |
179 | 179 | <!--end-status--> |
180 | 180 | <p>This document contains the <abbr title="Cascading Style |
181 | 181 | Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a |
182 | | - href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 3 |
| 182 | + href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 9 |
183 | 183 | March 2009. The Last Call period ends on <span class=fudge>TBD</span>.</p> |
184 | 184 |
|
185 | 185 | <p>Relative to the previous Last Call Working Draft, this version |
@@ -1818,12 +1818,19 @@ <h3 id=page-based-counters><span class=secno>7.1 </span>Page-based |
1818 | 1818 | counter in this way does not affect the calculation of the counter's |
1819 | 1819 | value.</p> |
1820 | 1820 |
|
1821 | | - <p>In the absence of a ‘<code |
1822 | | - class=property>counter-reset</code>’ or ‘<code |
1823 | | - class=property>counter-increment</code>’ for a counter named |
1824 | | - ‘<code class=property><a href="#page">page</a></code>’, the |
1825 | | - UA must automatically create and increment such a counter as if "@page { |
1826 | | - counter-increment: page;}" were specified.</p> |
| 1821 | + <p>A counter named ‘<code class=css><a |
| 1822 | + href="#page">page</a></code>’ is automatically created and |
| 1823 | + incremented on every page of the document. Specifically, the UA must |
| 1824 | + automatically create and increment such a counter as if ‘<code |
| 1825 | + class=css>@page { counter-increment: page; }</code>’ were |
| 1826 | + specified. The implied ‘<code class=css><a |
| 1827 | + href="#page">page</a></code>’ counter is a real counter, and can |
| 1828 | + be directly affected using the ‘<code |
| 1829 | + class=property>counter-increment</code>’ and ‘<code |
| 1830 | + class=property>counter-reset</code>’ properties when named |
| 1831 | + explicitly in those properties. It can also be used in the ‘<code |
| 1832 | + class=css>counter()</code>’ and ‘<code |
| 1833 | + class=css>counters()</code>’ function forms.</p> |
1827 | 1834 |
|
1828 | 1835 | <p>In all other respects, page-associated counters behave as described in |
1829 | 1836 | <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>, <a |
|
0 commit comments