diff options
author | ot <ot@localhost> | 2005-04-22 00:23:00 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-04-22 00:23:00 +0000 |
commit | 676e0b92b9523c829c5bf0c899c83c02efb236c3 (patch) | |
tree | 1a26493ac2909980d75be99099239097eeafeb6a /htdocs | |
parent | 4d12ab41549e89436d33bc088c357963757e5411 (diff) | |
download | markup-validator-676e0b92b9523c829c5bf0c899c83c02efb236c3.zip markup-validator-676e0b92b9523c829c5bf0c899c83c02efb236c3.tar.gz markup-validator-676e0b92b9523c829c5bf0c899c83c02efb236c3.tar.bz2 |
a few fixes to the media types for mathml, after cross-check with Max Froumentin
Diffstat (limited to 'htdocs')
-rw-r--r-- | htdocs/config/types.conf | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index e734023..aa2dea9 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.11 2005-04-19 05:50:14 ot Exp $ +# $Id: types.conf,v 1.12 2005-04-22 00:23:00 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 @@ -317,6 +317,7 @@ </Badge> </ISO_IEC_15445_2000> +# MathML 2 and other MathML-friendly XHTML Host languages <MathML_2> Name = math @@ -327,9 +328,10 @@ Namespace = http://www.w3.org/1998/Math/MathML Parse Mode = XML <Types> - Allowed = application/xhtml+xml + Allowed = application/mathml+xml + Forbidden = application/xhtml+xml Forbidden = text/html - Preferred = application/xhtml+xml + Preferred = application/mathml+xml </Types> </MathML_2> @@ -343,6 +345,8 @@ Parse Mode = XML <Types> Allowed = application/xhtml+xml + Allowed = application/xml + Allowed = text/xml Forbidden = text/html Preferred = application/xhtml+xml </Types> @@ -358,6 +362,8 @@ Parse Mode = XML <Types> Allowed = application/xhtml+xml + Allowed = application/xml + Allowed = text/xml Forbidden = text/html Preferred = application/xhtml+xml </Types> |