Skip to content

Commit 7138f34

Browse files
committed
[css2] Accepted deletion of UNICODERANGE as per Oslo ftf
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402153
1 parent 9fa58de commit 7138f34

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

css2/grammar.src

Lines changed: 1 addition & 6 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.33 2003-08-27 17:25:33 bbos Exp $ -->
3+
<!-- $Id: grammar.src,v 2.34 2003-08-27 17:34:30 bbos Exp $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Grammar of CSS&nbsp;2.1</TITLE>
@@ -220,11 +220,6 @@ range \?{1,6}|{h}(\?{0,5}|{h}(\?{0,4}|{h}(\?{0,3}|{h}(\?{0,2}|{h}(\??|{h})))))
220220
"url("{w}{url}{w}")" {return URI;}
221221
{ident}"(" {return FUNCTION;}
222222

223-
<del cite="http://lists.w3.org/Archives/Member/w3c-css-wg/2003AprJun/0330.html">
224-
U\+{range} {return UNICODERANGE;}
225-
U\+{h}{1,6}-{h}{1,6} {return UNICODERANGE;}
226-
</del>
227-
228223
. {return *yytext;}
229224
</pre>
230225

0 commit comments

Comments
 (0)