diff options
author | ot <ot@localhost> | 2005-09-21 04:55:42 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-09-21 04:55:42 +0000 |
commit | 705718a9b759c17f212cc5823dd4961a7cd7163f (patch) | |
tree | 4c7b2de7320af18eb9ca4a928efad6afe1cc619c | |
parent | dda3015c09b0cd8e3575d35418662fee0725ac37 (diff) | |
download | markup-validator-705718a9b759c17f212cc5823dd4961a7cd7163f.zip markup-validator-705718a9b759c17f212cc5823dd4961a7cd7163f.tar.gz markup-validator-705718a9b759c17f212cc5823dd4961a7cd7163f.tar.bz2 |
adding alternate pubid for iso html. fixed http://www.w3.org/Bugs/Public/show_bug.cgi?id=1809 -- porting from 0.7 branch
-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> |