summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2006-08-10 08:03:55 +0000
committerot <ot@localhost>2006-08-10 08:03:55 +0000
commitbfdafb220fcbe4c8ab859f501b5880cafed6cb68 (patch)
tree34ace3ffa9d44451b16df894c2bfb7cd17de6f82
parent5340837b22bcc52368dda27541c5f516b84a5e2d (diff)
downloadmarkup-validator-bfdafb220fcbe4c8ab859f501b5880cafed6cb68.zip
markup-validator-bfdafb220fcbe4c8ab859f501b5880cafed6cb68.tar.gz
markup-validator-bfdafb220fcbe4c8ab859f501b5880cafed6cb68.tar.bz2
recently added icons for SVG (porting to HEAD)
-rw-r--r--htdocs/config/types.conf14
1 files changed, 13 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index 0f2abcc..b1b0a24 100644
--- a/htdocs/config/types.conf
+++ b/htdocs/config/types.conf
@@ -1,7 +1,7 @@
#
# Main Document Type Database for the W3C Markup Validation Service.
#
-# $Id: types.conf,v 1.18 2006-08-01 02:16:24 ot Exp $
+# $Id: types.conf,v 1.19 2006-08-10 08:03:55 ot Exp $
#
# Maintains all information for each of the document types we support.
# See 'perldoc Config::General' for the syntax, and be aware that the
@@ -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>