Skip to content

Commit ddc497e

Browse files
committed
[css2] Generated. Do not edit!
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402814
1 parent de5f27c commit ddc497e

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

css2/css2.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2727,8 +2727,9 @@ <h3>4.1.3 <a name="characters">Characters and case</a></h3>
27272727
<p> The following rules always hold:</p>
27282728

27292729
<ul>
2730-
<li> All CSS style sheets are <a name="x1"><span class="index-inst" title="case
2731-
sensitivity">case-insensitive</span></a>, except for parts that are
2730+
<li> All CSS syntax is <a name="x1"><span class="index-inst" title="case
2731+
sensitivity">case-insensitive</span></a> within the ASCII
2732+
range (i.e. [a-z] and [A-Z] are equivalent), except for parts that are
27322733
not under the control of CSS. For example, the case-sensitivity of
27332734
values of the HTML attributes "id" and "class", of font names, and
27342735
of URIs lies outside the scope of this specification. Note in
@@ -3543,7 +3544,7 @@ <h3>4.3.5 <a name="counter">Counters</a></h3>
35433544

35443545
<p><span class="index-def" title="&lt;counter&gt;, definition of"><a
35453546
name="value-def-counter">Counters</a></span> are denoted by
3546-
case-insensitive identifiers (see the <a href="generate.html#propdef-counter-increment" class="noxref"><span
3547+
case-sensitive identifiers (see the <a href="generate.html#propdef-counter-increment" class="noxref"><span
35473548
class="propinst-counter-increment">'counter-increment'</span></a> and
35483549
<a href="generate.html#propdef-counter-reset" class="noxref"><span class="propinst-counter-reset">'counter-reset'</span></a>
35493550
properties). To refer to the value of a counter, the notation

css2/syndata.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,9 @@ <h3>4.1.3 <a name="characters">Characters and case</a></h3>
281281
<p> The following rules always hold:</p>
282282

283283
<ul>
284-
<li> All CSS style sheets are <a name="x1"><span class="index-inst" title="case
285-
sensitivity">case-insensitive</span></a>, except for parts that are
284+
<li> All CSS syntax is <a name="x1"><span class="index-inst" title="case
285+
sensitivity">case-insensitive</span></a> within the ASCII
286+
range (i.e. [a-z] and [A-Z] are equivalent), except for parts that are
286287
not under the control of CSS. For example, the case-sensitivity of
287288
values of the HTML attributes "id" and "class", of font names, and
288289
of URIs lies outside the scope of this specification. Note in
@@ -1097,7 +1098,7 @@ <h3>4.3.5 <a name="counter">Counters</a></h3>
10971098

10981099
<p><span class="index-def" title="&lt;counter&gt;, definition of"><a
10991100
name="value-def-counter">Counters</a></span> are denoted by
1100-
case-insensitive identifiers (see the <a href="generate.html#propdef-counter-increment" class="noxref"><span
1101+
case-sensitive identifiers (see the <a href="generate.html#propdef-counter-increment" class="noxref"><span
11011102
class="propinst-counter-increment">'counter-increment'</span></a> and
11021103
<a href="generate.html#propdef-counter-reset" class="noxref"><span class="propinst-counter-reset">'counter-reset'</span></a>
11031104
properties). To refer to the value of a counter, the notation

0 commit comments

Comments
 (0)