validator/httpd/cgi-bin check,1.717,1.718

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv9957/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Change "preferred" public id for SVG 1.1 Tiny and Basic to "SVG 1.1 XXX"
from "SVG XXX 1.1".  REC-SVGMobile-20030114 has both, but:
  http://www.w3.org/mid/1802878579.20031205151329%40w3.org
  http://www.w3.org/Graphics/SVG/Test/20061213/
  http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd
  http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd
  http://www.w3.org/QA/2002/04/valid-dtd-list.html
  http://www.w3.org/mid/E6C04936-0353-476C-B65F-455A1C836045%40w3.org


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.717
retrieving revision 1.718
diff -u -d -r1.717 -r1.718
--- check	24 Oct 2009 16:50:06 -0000	1.717
+++ check	25 Oct 2009 08:36:54 -0000	1.718
@@ -2278,12 +2278,12 @@
   #       $File->{Opt}->{DOCTYPE} = "SVG 1.0";
   #     }
   #     if ((($File->{'Root Version'} eq "1.1") or ($File->{'Root Version'} eq "0")) and ($File->{'Root BaseProfile'} eq "tiny")) {
-  #         $File->{DOCTYPE} = "-//W3C//DTD SVG Tiny 1.1//EN";
+  #         $File->{DOCTYPE} = "-//W3C//DTD SVG 1.1 Tiny//EN";
   #         $File->{"DOCTYPEless OK"} = TRUE;
   #         $File->{Opt}->{DOCTYPE} = "SVG 1.1 Tiny";
   #     }
   #     elsif ((($File->{'Root Version'} eq "1.1")  or ($File->{'Root Version'} eq "0")) and ($File->{'Root BaseProfile'} eq "basic")) {
-  #         $File->{DOCTYPE} = "-//W3C//DTD SVG Basic 1.1//EN";
+  #         $File->{DOCTYPE} = "-//W3C//DTD SVG 1.1 Basic//EN";
   #         $File->{Opt}->{DOCTYPE} = "SVG 1.1 Basic";
   #         $File->{"DOCTYPEless OK"} = TRUE;
   #     }

Received on Sunday, 25 October 2009 08:36:57 UTC