validator/htdocs/config types.conf,1.14.2.4,1.14.2.5

Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv27530

Modified Files:
      Tag: validator-0_7-branch
	types.conf 
Log Message:
recently added  icons for SVG

Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.14.2.4
retrieving revision 1.14.2.5
diff -u -d -r1.14.2.4 -r1.14.2.5
--- types.conf	1 Aug 2006 02:16:03 -0000	1.14.2.4
+++ types.conf	10 Aug 2006 08:01:00 -0000	1.14.2.5
@@ -447,6 +447,10 @@
     Forbidden = text/html
     Preferred = image/svg+xml
   </Types>
+  <Badge>
+    URI    = http://www.w3.org/Icons/valid-svg10
+    Alt    = Valid SVG 1.0
+  </Badge>
 </SVG_1_0>
 
 <SVG_1_1>
@@ -462,6 +466,10 @@
     Forbidden = text/html
     Preferred = image/svg+xml
   </Types>
+  <Badge>
+    URI    = http://www.w3.org/Icons/valid-svg11
+    Alt    = Valid SVG 1.1
+  </Badge>
 </SVG_1_1>
 
 <SVG_1_1_Tiny>
@@ -477,6 +485,10 @@
     Forbidden = text/html
     Preferred = image/svg+xml
   </Types>
+  <Badge>
+    URI    = http://www.w3.org/Icons/valid-svgtiny11
+    Alt    = Valid SVG 1.1 Tiny
+  </Badge>
 </SVG_1_1_Tiny>
 
 <SVG_1_1_Basic>

Received on Thursday, 10 August 2006 08:01:11 UTC