|
8 | 8 | <meta content="CSS Lists and Counters Module Level 3" name=DC.title> |
9 | 9 | <meta content=text name=DC.type> |
10 | 10 | <meta content=2012-09-24 name=DC.issued> |
11 | | - <meta content="" name=DC.creator> |
| 11 | + <meta content="http://dev.w3.org/csswg/css3-lists/" name=DC.creator> |
12 | 12 | <meta content=W3C name=DC.publisher> |
13 | 13 | <meta content="http://www.w3.org/TR/2012/ED-css3-lists-20120924/" |
14 | 14 | name=DC.identifier> |
@@ -50,7 +50,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 September |
50 | 50 | <dd><a |
51 | 51 | href="http://www.w3.org/TR/css3-lists/">http://www.w3.org/TR/css3-lists/</a> |
52 | 52 |
|
53 | | - <dt>Editor's Draft: <a |
| 53 | + <dt>Editor's Draft: |
| 54 | + |
| 55 | + <dd><a |
54 | 56 | href="http://dev.w3.org/csswg/css3-lists/">http://dev.w3.org/csswg/css3-lists/</a> |
55 | 57 |
|
56 | 58 | <dt>Previous version: |
@@ -222,10 +224,7 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2> |
222 | 224 | Counters: the <code title=counter-function>counter()</code> and <code |
223 | 225 | title=counters-function>counters()</code> functions</a> |
224 | 226 |
|
225 | | - <li><a href="#predefined-counter-styles"><span class=secno>10. </span> |
226 | | - Predefined Counter Styles</a> |
227 | | - |
228 | | - <li><a href="#ua-stylesheet"><span class=secno>11. </span> Sample style |
| 227 | + <li><a href="#ua-stylesheet"><span class=secno>10. </span> Sample style |
229 | 228 | sheet for HTML</a> |
230 | 229 |
|
231 | 230 | <li class=no-num><a href="#profiles"> Profiles</a> |
@@ -543,15 +542,17 @@ <h2 id=marker-content><span class=secno>3. </span> Default Marker Contents: |
543 | 542 | <dd> If there is a counter style defined matching the <a |
544 | 543 | href="#list-style-type-counter-style-name"><code><counter-style-name></code></a>, |
545 | 544 | the list item's marker's <a href="#default-contents"><i>default |
546 | | - contents</i></a> are that counter style. Otherwise, the list item's |
547 | | - marker's <a href="#default-contents"><i>default contents</i></a> are |
548 | | - ‘<a href="#list-style-type-none"><code class=css>none</code></a>’. |
| 545 | + contents</i></a> are that counter style. [[CSS-COUNTER-STYLES]] |
| 546 | + Otherwise, the list item's marker's <a |
| 547 | + href="#default-contents"><i>default contents</i></a> are ‘<a |
| 548 | + href="#list-style-type-none"><code class=css>none</code></a>’. |
549 | 549 |
|
550 | 550 | <dt><dfn id=list-style-type-symbols-function><symbols-function></dfn> |
551 | 551 |
|
552 | 552 | <dd> The list item's marker's <a href="#default-contents"><i>default |
553 | 553 | contents</i></a> are the counter style represented by the <a |
554 | 554 | href="#list-style-type-symbols-function"><code><symbols-function></code></a>. |
| 555 | + [[CSS-COUNTER-STYLES]] |
555 | 556 |
|
556 | 557 | <dt><dfn id=list-style-type-none>none</dfn> |
557 | 558 |
|
@@ -588,8 +589,7 @@ <h2 id=marker-content><span class=secno>3. </span> Default Marker Contents: |
588 | 589 | <!-- |
589 | 590 | -->/* Sets all ordered lists to use the upper-roman counter-style |
590 | 591 | <!-- |
591 | | - --> (<a |
592 | | - href="#upper-roman">defined in this specification</a>) */ |
| 592 | + --> (defined in the Counter Styles specification [[CSS-COUNTER-STYLES]]) */ |
593 | 593 | <!-- |
594 | 594 | --> |
595 | 595 | <!-- |
@@ -2057,13 +2057,7 @@ <h2 id=counter-function><span class=secno>9. </span> Printing Counters: the |
2057 | 2057 | ...</pre> |
2058 | 2058 | </div> |
2059 | 2059 |
|
2060 | | - <h2 id=predefined-counter-styles><span class=secno>10. </span> Predefined |
2061 | | - Counter Styles</h2> |
2062 | | - |
2063 | | - <p class=issue> Define them here, or just link over to the Counter Styles |
2064 | | - draft? |
2065 | | - |
2066 | | - <h2 id=ua-stylesheet><span class=secno>11. </span> Sample style sheet for |
| 2060 | + <h2 id=ua-stylesheet><span class=secno>10. </span> Sample style sheet for |
2067 | 2061 | HTML</h2> |
2068 | 2062 |
|
2069 | 2063 | <p>This section is informative, not normative. HTML itself defines the |
|
0 commit comments