|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <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 $ --> |
4 | 4 | <head> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <title>Syntax and basic data types</title> |
@@ -229,8 +229,9 @@ href="#parsing-errors">rules for handling parsing errors</a>. However, because t |
229 | 229 | <p> The following rules always hold:</p> |
230 | 230 |
|
231 | 231 | <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 |
234 | 235 | not under the control of CSS. For example, the case-sensitivity of |
235 | 236 | values of the HTML attributes "id" and "class", of font names, and |
236 | 237 | of URIs lies outside the scope of this specification. Note in |
@@ -1048,7 +1049,7 @@ unavailable or inapplicable resources. |
1048 | 1049 |
|
1049 | 1050 | <p><span class="index-def" title="<counter>, definition of"><a |
1050 | 1051 | name="value-def-counter">Counters</a></span> are denoted by |
1051 | | -case-insensitive identifiers (see the <span |
| 1052 | +case-sensitive identifiers (see the <span |
1052 | 1053 | class="propinst-counter-increment">'counter-increment'</span> and |
1053 | 1054 | <span class="propinst-counter-reset">'counter-reset'</span> |
1054 | 1055 | properties). To refer to the value of a counter, the notation |
|
0 commit comments