- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 10 Aug 2006 08:03:57 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config
In directory hutz:/tmp/cvs-serv30467
Modified Files:
types.conf
Log Message:
recently added icons for SVG (porting to HEAD)
Index: types.conf
===================================================================
RCS file: /sources/public/validator/htdocs/config/types.conf,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- types.conf 1 Aug 2006 02:16:24 -0000 1.18
+++ types.conf 10 Aug 2006 08:03:55 -0000 1.19
@@ -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:04:07 UTC