diff options
author | ville <ville@localhost> | 2010-06-13 16:07:05 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-06-13 16:07:05 +0000 |
commit | 05cb3bb7efeb85ba5fd1ef98c900c8ae453f46a2 (patch) | |
tree | df9b84591453514ea7571f1aed66e60c0d5efbc9 /htdocs | |
parent | d348edad53aba3d75274464c4e6d853fc7493e28 (diff) | |
download | markup-validator-05cb3bb7efeb85ba5fd1ef98c900c8ae453f46a2.zip markup-validator-05cb3bb7efeb85ba5fd1ef98c900c8ae453f46a2.tar.gz markup-validator-05cb3bb7efeb85ba5fd1ef98c900c8ae453f46a2.tar.bz2 |
Add MathML3 info.
Diffstat (limited to 'htdocs')
-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 |