[Bug 6602] New: unable to CSS validate a valid MathML document

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6602

           Summary: unable to CSS validate a valid MathML document
           Product: CSSValidator
           Version: CSS Validator
          Platform: Macintosh
        OS/Version: Mac System 9.x
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSS 2.1
        AssignedTo: dave.null@w3.org
        ReportedBy: cop3252@yahoo.com
         QAContact: www-validator-cvs@w3.org


The document below is a valid XHTML 1.1 plus MathML 2.0 document.
The document is saved as a file named math.xhtml

--**--

<!DOCTYPE html 
    PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
           "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd"
>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <title>A Valid MathML Document</title>
  </head>
  <body>
    <h1>A Valid MathML Document</h1>
  </body>
</html>

--**--

The CSS validator fails with:

Target: (private location)/math.xhtml

I/O Error:
/usr/local/Jigsaw/Jigsaw/WWW/css-validator/org/w3c/css/util/xml/mathml/xhtml-math11-f.dtd
(No such file or directory) 


one strange thing is it works OK if saved as math.html and not math.xhtml


-- 
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, 20 February 2009 19:40:50 UTC