diff options
author | ville <ville@localhost> | 2009-09-21 20:05:53 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-09-21 20:05:53 +0000 |
commit | 40f9de5f292787cf11a292589236cd3c0ce6af65 (patch) | |
tree | a2dcdfb934688cc961af0d266a724f32f9b14f13 | |
parent | f38007498b4ebfe7d974510006fe32a2e4c4a8a4 (diff) | |
download | markup-validator-40f9de5f292787cf11a292589236cd3c0ce6af65.zip markup-validator-40f9de5f292787cf11a292589236cd3c0ce6af65.tar.gz markup-validator-40f9de5f292787cf11a292589236cd3c0ce6af65.tar.bz2 |
Fix recommended system id of XHTML 1.1 plus MathML 2.0 (#6573).
-rw-r--r-- | htdocs/config/types.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/config/types.conf b/htdocs/config/types.conf index e12810c..a278189 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.48 2009-09-15 18:02:07 ville Exp $ +# $Id: types.conf,v 1.49 2009-09-21 20:05:53 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 @@ -572,7 +572,7 @@ Display = XHTML 1.1 plus MathML 2.0 Info URL = http://www.w3.org/TR/MathML2/ PubID = -//W3C//DTD XHTML 1.1 plus MathML 2.0//EN - SysID = http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd + SysID = http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd Namespace = http://www.w3.org/1999/xhtml Namespace Required = 0 # unclear per http://www.w3.org/TR/MathML2/chapter7.html#interf.namespace Parse Mode = XML |