2002/css-validator/org/w3c/css/error ErrorReportHTML.java,1.1,1.2

Update of /sources/public/2002/css-validator/org/w3c/css/error
In directory hutz:/tmp/cvs-serv27412/org/w3c/css/error

Modified Files:
	ErrorReportHTML.java 
Log Message:
All those changed made by Jean-Guilhem Rouel:

Huge patch, imports fixed (automatic)
Bug fixed: 372, 920, 778, 287, 696, 764, 233
Partial bug fix for 289

Issue with "inherit" in CSS2.
The validator now checks the number of values (extraneous values were previously ignored)




Index: ErrorReportHTML.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/error/ErrorReportHTML.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- ErrorReportHTML.java	22 Jul 2005 09:45:01 -0000	1.1
+++ ErrorReportHTML.java	8 Aug 2005 13:18:04 -0000	1.2
@@ -10,7 +10,6 @@
 import java.io.PrintWriter;
 import java.net.URL;
 
-import org.w3c.css.servlet.CssValidator;
 import org.w3c.css.util.ApplContext;
 import org.w3c.css.util.Util;
 import org.xml.sax.SAXParseException;

Received on Monday, 8 August 2005 13:20:15 UTC