- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 08 Sep 2005 04:03:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS
In directory hutz:/tmp/cvs-serv485
Modified Files:
W3C.pm
Log Message:
[12:35] <bjoern_> %WebService::Validator::CSS::W3C::PROFILES should have an additional "css21" entry ...
Index: W3C.pm
===================================================================
RCS file: /sources/public/perl/modules/WebService/Validator/CSS/lib/WebService/Validator/CSS/W3C.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- W3C.pm 8 Sep 2005 03:58:52 -0000 1.1
+++ W3C.pm 8 Sep 2005 04:03:14 -0000 1.2
@@ -12,7 +12,7 @@
our $VERSION = "0.02";
# profiles currently supported by the W3C CSS Validator
-our %PROFILES = map { $_ => 1 } qw/none css1 css2 css3 svg svgbasic
+our %PROFILES = map { $_ => 1 } qw/none css1 css2 css21 css3 svg svgbasic
svgtiny mobile atsc-tv tv/;
# user media currently supported by the W3C CSS Validator
Received on Thursday, 8 September 2005 04:03:19 UTC