2002/css-validator/org/w3c/css/parser/analyzer CssParser.jj,1.58,1.59

Update of /sources/public/2002/css-validator/org/w3c/css/parser/analyzer
In directory hutz:/tmp/cvs-serv2894/org/w3c/css/parser/analyzer

Modified Files:
	CssParser.jj 
Log Message:
rules with NS removed when the css version does not support NS

Index: CssParser.jj
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/parser/analyzer/CssParser.jj,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- CssParser.jj	16 Feb 2009 17:53:39 -0000	1.58
+++ CssParser.jj	16 Feb 2009 17:59:13 -0000	1.59
@@ -1588,8 +1588,7 @@
 								"namespace",
 							    ac.getCssVersion(),
 								ac)));
-	    //	    addError(new ParseException("namespace"), sb.toString());
-		//		ignoreStatement();
+		removeThisRule();
 	    } else if (n!=null) {
 		prefix = convertIdent(n.image);
 		if (!ac.isNamespaceDefined(getURL(), prefix)) {

Received on Monday, 16 February 2009 17:59:24 UTC