|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: syndata.src,v 2.151 2007-09-13 04:25:12 bbos Exp $ --> |
| 3 | +<!-- $Id: syndata.src,v 2.152 2007-11-13 14:38:00 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> |
@@ -244,7 +244,7 @@ href="#parsing-errors">rules for handling parsing errors</a>. However, because t |
244 | 244 | name="value-def-identifier"><dfn>identifiers</dfn></a></span> |
245 | 245 | (including element names, classes, and IDs in <a |
246 | 246 | href="selector.html">selectors</a>) can contain only the |
247 | | - characters [a-z0-9] and ISO 10646 characters <!--161--> U+00A1 and higher, |
| 247 | + characters [a-zA-Z0-9] and ISO 10646 characters <!--161--> U+00A1 and higher, |
248 | 248 | plus the hyphen (-) and the underscore (_); they cannot start with |
249 | 249 | a digit, or a hyphen followed by a digit. |
250 | 250 | Identifiers can also contain escaped characters and any ISO 10646 |
@@ -278,7 +278,7 @@ href="#parsing-errors">rules for handling parsing errors</a>. However, because t |
278 | 278 | character with that number, which must not be zero. |
279 | 279 | (It is undefined in CSS 2.1 what happens if a style sheet |
280 | 280 | <em>does</em> contain a character with Unicode codepoint zero.) |
281 | | - If a character in the range [0-9a-f] follows the hexadecimal number, |
| 281 | + If a character in the range [0-9a-fA-F] follows the hexadecimal number, |
282 | 282 | the end of the number needs to be made clear. There are two ways |
283 | 283 | to do that: |
284 | 284 | </p> |
|
0 commit comments