Skip to content

Commit 0e48bf5

Browse files
committed
[css2] Allowed "?" at start of unicode range.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401147
1 parent a74c4eb commit 0e48bf5

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.0 Transitional//EN">
22
<html lang="en">
3-
<!-- $Id: grammar.src,v 2.10 1998-03-10 15:35:10 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.11 1998-03-13 15:59:54 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Appendix D: The grammar of CSS2</TITLE>
@@ -170,7 +170,7 @@ string {string1}|{string2}
170170
url ([!#$%&amp;*-~]|{nonascii}|{escape})*
171171
w [ \t\r\n\f]*
172172

173-
range {h}(\?{0,5}|{h}(\?{0,4}|{h}(\?{0,3}|{h}(\?{0,2}|{h}(\??|{h})))))
173+
range \?{1,6}|{h}(\?{0,5}|{h}(\?{0,4}|{h}(\?{0,3}|{h}(\?{0,2}|{h}(\??|{h})))))
174174

175175
%%
176176

0 commit comments

Comments
 (0)