Re: HTML5 with MathML has problem with numerical attrubute values

Mike, 

Thank you of your quick response.

I noticed that the bug report only mentions columnspan.  
The validator also rejects other correct attribute values.

The page at 
https://eyeasme.com/Joe/MathML/HTML5_MathML_browser_test
is the HTML5-ized version of
https://eyeasme.com/Joe/MathML/MathML_browser_test
which validates as XHTML1.1 plus MathML 2.0  

Following are a few examples of lines incorrectly marked as "Bad Value":
 
Line 560, Column 52: Bad value 0.8em for attribute width on element mspace.

    <mspace width="0.8em" />

and

Line 862, Column 58: Bad value 4.0 for attribute maxsize on element mo.

…   <mo maxsize="4.0" minsize="4.0">&#x007C;<!-- &vert; --></mo>

and

Line 1339, Column 37: Bad value 3 for attribute rowspan on element mtd.

    <mtd rowspan="3">


all of these lines are incorrectly marked as having "Bad Values"

Joe

--- On Thu, 5/20/10, Michael(tm) Smith <mike@w3.org> wrote:

> From: Michael(tm) Smith <mike@w3.org>
> Subject: Re: HTML5 with MathML has problem with numerical attrubute values
> To: "Joe Java" <cop3252@yahoo.com>
> Cc: www-validator@w3.org
> Date: Thursday, May 20, 2010, 12:31 PM
> Joe Java <cop3252@yahoo.com>,
> 2010-05-20 08:50 -0700:
> 
> 
> It's a bug in the schema that's used by the validator.nu
> backend
> on which the HTML5 facet of the W3C Markup Validator
> relies.
> 
> I've filed a bug report for it:
> 
>   http://bugzilla.validator.nu/show_bug.cgi?id=744
> 
> ...and I will try to get the fix for that checked in very
> soon,
> and pushed out to the W3C Markup Validator shortly after
> that.
> 
>   --Mike

Received on Thursday, 20 May 2010 17:20:55 UTC