- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 22 Apr 2005 00:23:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/config In directory hutz:/tmp/cvs-serv5663 Modified Files: types.conf Log Message: a few fixes to the media types for mathml, after cross-check with Max Froumentin Index: types.conf =================================================================== RCS file: /sources/public/validator/htdocs/config/types.conf,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- types.conf 19 Apr 2005 05:50:14 -0000 1.11 +++ types.conf 22 Apr 2005 00:23:00 -0000 1.12 @@ -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>
Received on Friday, 22 April 2005 00:23:03 UTC