- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 13 Feb 2009 15:21:54 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6573
Summary: Fix URI of recommended MathML2 System Identifier
Product: Validator
Version: 0.8.4
Platform: PC
URL: http://lists.w3.org/Archives/Public/www-
validator/2009Feb/0025.html
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Types Registry
AssignedTo: ot@w3.org
ReportedBy: ot@w3.org
QAContact: www-validator-cvs@w3.org
[ 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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
"http://www.w3.org/Math/DTD/mathml2/xhtml-math11-f.dtd"
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.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Friday, 13 February 2009 15:22:04 UTC