diff options
-rw-r--r-- | htdocs/config/types.conf | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index 71c55c7..9eaff26 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.14 2005-06-03 05:01:47 ot Exp $ +# $Id: types.conf,v 1.15 2005-09-21 04:55:42 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 @@ -365,6 +365,23 @@ </Badge> </ISO_IEC_15445_2000> +<ISO_IEC_15445_2000_MARKUP> + Name = html + Display = ISO/IEC 15445:2000 ("ISO HTML") + Info URL = http://purl.org/NET/ISO+IEC.15445/15445.html + PubID = ISO/IEC 15445:2000//DTD HyperText Markup Language//EN + Parse Mode = SGML + <Types> + Allowed = text/html + Forbidden = application/xhtml+xml + Preferred = text/html + </Types> + <Badge> + URI = http://validator.w3.org/images/v15445 + Alt = Valid ISO/IEC 15445:2000 + </Badge> +</ISO_IEC_15445_2000_MARKUP> + # MathML 2 and other MathML-friendly XHTML Host languages <MathML_2> |