Skip to content

Commit f42a51c

Browse files
committed
[css-counter-styles-3] Clarify that counter styles are case-sensitive, except for those defined in the spec.
--HG-- extra : rebase_source : 5e0e3c12e17e13182947a58cab3b98a5f0af26da
1 parent 3b69288 commit f42a51c

2 files changed

Lines changed: 18 additions & 10 deletions

File tree

css-counter-styles-3/Overview.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010

1111
<meta content="CSS Counter Styles Level 3" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2013-01-31 name=dcterms.issued>
13+
<meta content=2013-02-05 name=dcterms.issued>
1414
<meta content="http://dev.w3.org/csswg/css-counter-styles-3/"
1515
name=dcterms.creator>
1616
<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/"
1818
name=dcterms.identifier>
1919
<meta content="text/html; charset=utf-8" http-equiv=Content-Type>
2020
<link href="../default.css" rel=stylesheet type="text/css">
21+
<link href="../csslogo.ico" rel="shortcut icon" type="image/x-icon">
2122
<style>
2223
pre.stylesheet { white-space: pre-wrap; }
2324
</style>
@@ -31,13 +32,13 @@
3132

3233
<h1>CSS Counter Styles Level 3</h1>
3334

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
3536
2013</h2>
3637

3738
<dl>
3839
<dt>This version:
3940

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>-->
4142
<a
4243
href="http://dev.w3.org/csswg/css-counter-styles-3/">http://dev.w3.org/csswg/css-counter-styles-3/</a>
4344

@@ -465,9 +466,12 @@ <h2 id=the-counter-style-rule><span class=secno>3. </span> Defining Custom
465466
conflict with the existing values of properties like ‘<code
466467
class=property>list-style</code>’, and thus won't be usable there.)
467468

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

472476
<p> Each ‘<a href="#at-counter-style"><code
473477
class=css>@counter-style</code></a>’ rule specifies a value for every

css-counter-styles-3/Overview.src.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,13 @@ <h2 id='the-counter-style-rule'>
196196
might conflict with the existing values of properties like 'list-style',
197197
and thus won't be usable there.)
198198

199-
<p class='issue'>
200-
The names should be case-insensitive,
201-
but we haven't yet figured out exactly which kind of insensitivity we want for CSS in general.
199+
<p>
200+
Counter style names are case-sensitive.
201+
However, the names defined in this specification are ASCII lower-cased on parse
202+
wherever they are used as counter styles, e.g.
203+
in the 'list-style' set of properties,
204+
in the ''@counter-style'' rule,
205+
and in the ''counter()'' functions.
202206

203207
<p>
204208
Each ''@counter-style'' rule specifies a value for every counter-style descriptor,

0 commit comments

Comments
 (0)