- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Tue, 29 Jun 2004 00:01:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator In directory hutz:/tmp/cvs-serv26063 Modified Files: CSSValidator.pm Log Message: disclaimer + s/HTML/CSS/ where applicable Index: CSSValidator.pm =================================================================== RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/CSSValidator.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- CSSValidator.pm 9 Jun 2004 01:43:11 -0000 1.4 +++ CSSValidator.pm 29 Jun 2004 00:01:40 -0000 1.5 @@ -238,15 +238,19 @@ { $outro="Conclusion : I had to check $last_invalid_position document(s) in order to find $invalid_census invalid CSS documents or documents with stylesheets. -This means that about $ratio\% of your most popular documents were invalid."; +This means that about $ratio\% of your most popular documents were invalid. + +(Note that this CSS validation module is still experimental)"; } else # we didn't find as many invalid docs as requested { $outro="Conclusion : -You asked for $max_invalid invalid HTML document but I could only find $invalid_census +You asked for $max_invalid invalid stylesheet document(s) but I could only find $invalid_census by processing (all the) $total_census document(s) in your logs. -This means that about $ratio\% of your most popular documents were invalid."; +This means that about $ratio\% of your most popular documents were invalid. + +(Note that this CSS validation module is still experimental)"; } } elsif (!$total_census)
Received on Monday, 28 June 2004 20:12:15 UTC