Skip to content

Commit 42171aa

Browse files
committed
[css2] Remaining edit for issue 196: nonascii excludes the control character
\200-237. --HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403193
1 parent 7b05ca2 commit 42171aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css2/grammar.src

Lines changed: 2 additions & 2 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: grammar.src,v 2.66 2011-03-03 20:55:14 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.67 2011-03-26 03:30:01 bbos Exp $ -->
44
<HEAD>
55
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
66
</HEAD>
@@ -148,7 +148,7 @@ title="iso-10646">ISO-10646</span>.
148148
%option case-insensitive
149149

150150
h [0-9a-f]
151-
nonascii [\200-\377]
151+
nonascii [\240-\377]
152152
unicode \\{h}{1,6}(\r\n|[ \t\r\n\f])?
153153
escape {unicode}|\\[^\r\n\f0-9a-f]
154154
nmstart [_a-z]|{nonascii}|{escape}

0 commit comments

Comments
 (0)