File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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="<counter>, definition of"><a
35453546name="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
35473548class="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>
35493550properties). To refer to the value of a counter, the notation
Original file line number Diff line number Diff 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 ="<counter>, definition of "> < a
10991100name ="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
11011102class ="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 >
11031104properties). To refer to the value of a counter, the notation
You can’t perform that action at this time.
0 commit comments