Skip to content

Commit b3b9008

Browse files
committed
[css2] For clarity, replaced [a-z0-9] by [a-zA-Z0-9], and [0-9a-f] by [0-9a-fA-F]
(issue 15) http://csswg.inkedblade.net/spec/css2.1#issue-15 --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402799
1 parent cbe4f36 commit b3b9008

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/syndata.src

Lines changed: 3 additions & 3 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.151 2007-09-13 04:25:12 bbos Exp $ -->
3+
<!-- $Id: syndata.src,v 2.152 2007-11-13 14:38:00 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>
@@ -244,7 +244,7 @@ href="#parsing-errors">rules for handling parsing errors</a>. However, because t
244244
name="value-def-identifier"><dfn>identifiers</dfn></a></span>
245245
(including element names, classes, and IDs in <a
246246
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,
248248
plus the hyphen (-) and the underscore (_); they cannot start with
249249
a digit, or a hyphen followed by a digit.
250250
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
278278
character with that number, which must not be zero.
279279
(It is undefined in CSS&nbsp;2.1 what happens if a style sheet
280280
<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,
282282
the end of the number needs to be made clear. There are two ways
283283
to do that:
284284
</p>

0 commit comments

Comments
 (0)