<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>6573</bug_id>
          
          <creation_ts>2009-02-13 15:21:54 +0000</creation_ts>
          <short_desc>Fix URI of recommended MathML2 System Identifier</short_desc>
          <delta_ts>2010-03-02 18:56:55 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Validator</product>
          <component>Types Registry</component>
          <version>0.8.4</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://lists.w3.org/Archives/Public/www-validator/2009Feb/0025.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>0.8.6</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Olivier Thereaux">ot</reporter>
          <assigned_to name="Ville Skyttä">ville.skytta</assigned_to>
          <cc>cop3252</cc>
    
    <cc>shelleyp</cc>
    
    <cc>ville.skytta</cc>
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>23715</commentid>
    <comment_count>0</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2009-02-13 15:21:54 +0000</bug_when>
    <thetext>[ Copying from report on www-validator list:
  http://lists.w3.org/Archives/Public/www-validator/2009Feb/0025.html ]

According to 

Mathematical Markup Language (MathML) Version 2.0 (Second Edition)
W3C Recommendation 21 October 2003

A.2.3 MathML as a DTD Module
a document should contain the doctype declaration

&lt;!DOCTYPE html
   PUBLIC &quot;-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN&quot;
          &quot;http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd&quot;


But if this is doctype is used the validator at
http://validator.w3.org/

gives the following warning:

Mismatch between Public and System identifiers in the DOCTYPE declaration
   This document uses an inconsistent DOCTYPE declaration. 

   The Public Identifier  
	-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN 
declares the XHTML 1.1 plus MathML 2.0 document type, 
but the associated System Identifier
	http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd 
does not match this document type.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23752</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2009-02-15 17:49:44 +0000</bug_when>
    <thetext>FWIW,

http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd
This seems to be a XHTML+MathML (no SVG) DTD

http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd
But this seems to be a XHTML+MathML+SVG one.  It doesn&apos;t mention the &quot;-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN&quot; public id which is what I gather the OP was using.

I don&apos;t know if it&apos;s a problem to refer to a XHTML+MathML+SVG DTD when one is looking for a XHTML+MathML (only) one.  If it is, I suppose it&apos;s a bug in the MathML spec.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23820</commentid>
    <comment_count>2</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2009-02-18 15:37:15 +0000</bug_when>
    <thetext>Forwarded to Math WG (password-protected link, but for reference, adding it anyway):
http://lists.w3.org/Archives/Member/member-math/2009Feb/0226.html
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23822</commentid>
    <comment_count>3</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2009-02-18 20:13:31 +0000</bug_when>
    <thetext>(In reply to comment #2)
&gt; Forwarded to Math WG 

Useful and fast reply from David Carlisle: 

[[
It&apos;s for mathml+xhtml, there are some param entities for svg but they
are set to ignore as the dtd is built using the xhtml+svh+html
modularisation dtd, but tuned for just mathml and html.

there&apos;s some information about the driver file used at
http://www.w3.org/Math/characters/
]]

So it looks like we should indeed be using :
http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd

I&apos;ll make sure the DTD used by the validator is up to date, too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>24544</commentid>
    <comment_count>4</comment_count>
    <who name="JoeJava">cop3252</who>
    <bug_when>2009-04-03 19:37:00 +0000</bug_when>
    <thetext>What is holding up closing this bug?
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>27423</commentid>
    <comment_count>5</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2009-09-21 20:07:15 +0000</bug_when>
    <thetext>Fixed in CVS, will be in 0.8.6.  The DTD in validator&apos;s sgml-lib was already the correct one.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>29533</commentid>
    <comment_count>6</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2009-11-12 21:33:54 +0000</bug_when>
    <thetext>*** Bug 8270 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32773</commentid>
    <comment_count>7</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2010-03-02 18:56:55 +0000</bug_when>
    <thetext>Fix included in 0.8.6.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>