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 02a6f35..f82b578 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.35 2007-12-05 09:15:15 ot Exp $ +# $Id: types.conf,v 1.36 2007-12-06 02:52:50 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 @@ -470,6 +470,18 @@ </Badge> </XHTML_1_1> +<HTML_i18n> + Name = html + Display = HTML i18n + PubID = -//IETF//DTD HTML i18n/EN + Parse Mode = SGML + <Types> + Allowed = text/html + Preferred = text/html + </Types> +</HTML_i18n> + + <ISO_IEC_15445_2000> Name = html Display = ISO/IEC 15445:2000 ("ISO HTML") |