summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-06-03 05:01:47 +0000
committerot <ot@localhost>2005-06-03 05:01:47 +0000
commit4bfdfedd029e6bda78dcdd58048638df9e9a8398 (patch)
treed5efc8fa7e557dbdadb9cdb2190cd4d3770d4ab8
parent24c3cceeeab53b6c6f19b411e8e01f3f16ec35ca (diff)
downloadmarkup-validator-4bfdfedd029e6bda78dcdd58048638df9e9a8398.zip
markup-validator-4bfdfedd029e6bda78dcdd58048638df9e9a8398.tar.gz
markup-validator-4bfdfedd029e6bda78dcdd58048638df9e9a8398.tar.bz2
adding Mobile SVG Profiles (1.1)
-rw-r--r--htdocs/config/types.conf35
1 files changed, 34 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf
index 4171cab..71c55c7 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.13 2005-05-24 06:12:45 ot Exp $
+# $Id: types.conf,v 1.14 2005-06-03 05:01:47 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,39 @@
</Types>
</SVG_1_1>
+<SVG_1_1_Tiny>
+ Name = svg
+ Display = SVG 1.1 Tiny
+ Info URL = http://www.w3.org/TR/2003/REC-SVGMobile-20030114/
+ PubID = -//W3C//DTD SVG 1.1 Tiny//EN
+ SysID = http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd
+ Namespace = http://www.w3.org/2000/svg
+ Parse Mode = XML
+ <Types>
+ Allowed = image/svg+xml
+ Forbidden = text/html
+ Preferred = image/svg+xml
+ </Types>
+</SVG_1_1_Tiny>
+
+
+<SVG_1_1_Basic>
+ Name = svg
+ Display = SVG 1.1 Basic
+ Info URL = http://www.w3.org/TR/2003/REC-SVGMobile-20030114/
+ PubID = -//W3C//DTD SVG 1.1 Basic//EN
+ SysID = http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd
+ Namespace = http://www.w3.org/2000/svg
+ Parse Mode = XML
+ <Types>
+ Allowed = image/svg+xml
+ Forbidden = text/html
+ Preferred = image/svg+xml
+ </Types>
+</SVG_1_1_Basic>
+
+
+
<SMIL_1_0>
Name = smil
Display = SMIL 1.0