diff options
-rw-r--r-- | htdocs/config/types.conf | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index c9684db..ed9b3c0 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.56 2009-11-13 19:23:53 ville Exp $ +# $Id: types.conf,v 1.57 2010-06-13 16:07:05 ville Exp $ # # Maintains all information for each of the document types we support. # See 'perldoc Config::General' for the syntax, and be aware that the @@ -605,6 +605,22 @@ </Types> </XHTML_1.1_MathML_2_SVG_1.1> +<MathML_3> + Name = math + Display = MathML 3.0 + Info URL = http://www.w3.org/TR/MathML3/ + PubID = -//W3C//DTD MathML 3.0//EN + SysID = http://www.w3.org/Math/DTD/mathml3/mathml3.dtd + Namespace = http://www.w3.org/1998/Math/MathML + # Unclear per http://www.w3.org/TR/MathML3/chapter2.html#interf.namespace + Namespace Required = 0 + Parse Mode = XML + <Types> + Allowed = application/mathml+xml + Preferred = application/mathml+xml + </Types> +</MathML_3> + <XHTML_RDFa> Name = html Display = XHTML + RDFa |