diff options
-rw-r--r-- | htdocs/config/types.conf | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index 545d489..bd506ce 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.26 2007-04-02 05:19:26 ot Exp $ +# $Id: types.conf,v 1.27 2007-04-02 06:03:44 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 @@ -558,9 +558,52 @@ Info URL = http://www.w3.org/TR/2005/REC-SMIL2-20050107/ PubID = -//W3C//DTD SMIL 2.0//EN SysID = http://www.w3.org/2001/SMIL20/SMIL20.dtd + Namespace = http://www.w3.org/2001/SMIL20/Language Parse Mode = XML <Types> Allowed = application/smil+xml application/smil Preferred = application/smil+xml </Types> </SMIL_2_0> + +<SMIL_2_1> + Name = smil + Display = SMIL 2.1 + Info URL = http://www.w3.org/TR/2005/REC-SMIL2-20051213/ + PubID = -//W3C//DTD SMIL 2.1//EN + SysID = http://www.w3.org/2005/SMIL21/SMIL21.dtd + Namespace = http://www.w3.org/2005/SMIL21/Language + Parse Mode = XML + <Types> + Allowed = application/smil+xml application/smil + Preferred = application/smil+xml + </Types> +</SMIL_2_1> + +<SMIL_2_1_Mobile> + Name = smil + Display = SMIL 2.1 Mobile + Info URL = http://www.w3.org/TR/2005/REC-SMIL2-20051213/ + PubID = -//W3C//DTD SMIL 2.1 Mobile//EN + SysID = http://www.w3.org/2005/SMIL21/SMIL21Mobile.dtd + Namespace = http://www.w3.org/2005/SMIL21/Mobile + Parse Mode = XML + <Types> + Allowed = application/smil+xml application/smil + Preferred = application/smil+xml + </Types> +</SMIL_2_1_Mobile> + +<SMIL_2_1_Extended_Mobile> + Name = smil + Display = SMIL 2.1 Extended Mobile + Info URL = http://www.w3.org/TR/2005/REC-SMIL2-20051213/ + PubID = -//W3C//DTD SMIL 2.1 Extended Mobile//EN + SysID = http://www.w3.org/2005/SMIL21/SMIL21ExtendedMobile.dtd + Namespace = http://www.w3.org/2005/SMIL21/ExtendedMobile + Parse Mode = XML + <Types> + Allowed = application/smil+xml application/smil + Preferred = application/smil+xml + </Types> +</SMIL_2_1_Extended_Mobile> |