|
10 | 10 |
|
11 | 11 | <meta content="CSS Counter Styles Level 3" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-01-31 name=dcterms.issued> |
| 13 | + <meta content=2013-02-05 name=dcterms.issued> |
14 | 14 | <meta content="http://dev.w3.org/csswg/css-counter-styles-3/" |
15 | 15 | name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
17 | | - <meta content="http://www.w3.org/TR/2013/ED-css-counter-styles-3-20130131/" |
| 17 | + <meta content="http://www.w3.org/TR/2013/ED-css-counter-styles-3-20130205/" |
18 | 18 | name=dcterms.identifier> |
19 | 19 | <meta content="text/html; charset=utf-8" http-equiv=Content-Type> |
20 | 20 | <link href="../default.css" rel=stylesheet type="text/css"> |
| 21 | + <link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon"> |
21 | 22 | <style> |
22 | 23 | pre.stylesheet { white-space: pre-wrap; } |
23 | 24 | </style> |
|
31 | 32 |
|
32 | 33 | <h1>CSS Counter Styles Level 3</h1> |
33 | 34 |
|
34 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 January |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 February |
35 | 36 | 2013</h2> |
36 | 37 |
|
37 | 38 | <dl> |
38 | 39 | <dt>This version: |
39 | 40 |
|
40 | | - <dd><!--<a href="http://www.w3.org/TR/2013/ED-css-counter-styles-3-20130131/">http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130131/</a>--> |
| 41 | + <dd><!--<a href="http://www.w3.org/TR/2013/ED-css-counter-styles-3-20130205/">http://www.w3.org/TR/2013/WD-css-counter-styles-3-20130205/</a>--> |
41 | 42 | <a |
42 | 43 | href="http://dev.w3.org/csswg/css-counter-styles-3/">http://dev.w3.org/csswg/css-counter-styles-3/</a> |
43 | 44 |
|
@@ -465,9 +466,12 @@ <h2 id=the-counter-style-rule><span class=secno>3. </span> Defining Custom |
465 | 466 | conflict with the existing values of properties like ‘<code |
466 | 467 | class=property>list-style</code>’, and thus won't be usable there.) |
467 | 468 |
|
468 | | - <p class=issue> The names should be case-insensitive, but we haven't yet |
469 | | - figured out exactly which kind of insensitivity we want for CSS in |
470 | | - general. |
| 469 | + <p> Counter style names are case-sensitive. However, the names defined in |
| 470 | + this specification are ASCII lower-cased on parse wherever they are used |
| 471 | + as counter styles, e.g. in the ‘<code |
| 472 | + class=property>list-style</code>’ set of properties, in the ‘<a |
| 473 | + href="#at-counter-style"><code class=css>@counter-style</code></a>’ |
| 474 | + rule, and in the ‘<code class=css>counter()</code>’ functions. |
471 | 475 |
|
472 | 476 | <p> Each ‘<a href="#at-counter-style"><code |
473 | 477 | class=css>@counter-style</code></a>’ rule specifies a value for every |
|
0 commit comments