Skip to content

Commit de5f27c

Browse files
committed
[css2] Case-sensitivity.
Issue 19 of http://csswg.inkedblade.net/spec/css2.1 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402813
1 parent fd1d820 commit de5f27c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

css2/syndata.src

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
22
<html lang="en">
3-
<!-- $Id: syndata.src,v 2.154 2008-02-05 18:17:01 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.155 2008-02-21 20:39:38 bbos Exp $ -->
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<title>Syntax and basic data types</title>
@@ -229,8 +229,9 @@ href="#parsing-errors">rules for handling parsing errors</a>. However, because t
229229
<p> The following rules always hold:</p>
230230

231231
<ul>
232-
<li> All CSS style sheets are <span class="index-inst" title="case
233-
sensitivity">case-insensitive</span>, except for parts that are
232+
<li> All CSS syntax is <span class="index-inst" title="case
233+
sensitivity">case-insensitive</span> within the ASCII
234+
range (i.e. [a-z] and [A-Z] are equivalent), except for parts that are
234235
not under the control of CSS. For example, the case-sensitivity of
235236
values of the HTML attributes "id" and "class", of font names, and
236237
of URIs lies outside the scope of this specification. Note in
@@ -1048,7 +1049,7 @@ unavailable or inapplicable resources.
10481049

10491050
<p><span class="index-def" title="&lt;counter&gt;, definition of"><a
10501051
name="value-def-counter">Counters</a></span> are denoted by
1051-
case-insensitive identifiers (see the <span
1052+
case-sensitive identifiers (see the <span
10521053
class="propinst-counter-increment">'counter-increment'</span> and
10531054
<span class="propinst-counter-reset">'counter-reset'</span>
10541055
properties). To refer to the value of a counter, the notation

0 commit comments

Comments
 (0)