diff options
-rw-r--r-- | htdocs/config/types.conf | 14 |
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> |