Re: MathML mmultiscripts element without a subscript or superscript is not displaying properly in IE+MathPlayer and XHTML+Firefox

Thanks to David for the correction. I am surprised Firefox had not thrown XHTML validation error (in example 2 of my original post) for missing the prefix m:

-Saf

--- On Sat, 6/2/12, David Carlisle <davidc@nag.co.uk> wrote:

> From: David Carlisle <davidc@nag.co.uk>
> Subject: Re: MathML mmultiscripts element without a subscript or superscript is not displaying properly in IE+MathPlayer and XHTML+Firefox
> To: "saf sied" <saf_itpro@yahoo.com>
> Cc: www-math@w3.org
> Date: Saturday, June 2, 2012, 5:02 PM
> On 02/06/2012 21:54, saf sied wrote:
> > Am I missing something? According to MathML
> specifications of
> > mmultiscripts: “If no subscript or superscript should
> be rendered in
> > a given position, then the empty element none should be
> used in that
> > position”.
> 
> >
> <m:math><m:mmultiscripts><m:mi>F</m:mi><none/><m:mn>2</m:mn><m:mprescripts/><m:mn>3</m:mn><none/></m:mmultiscripts></m:math>
> 
> 
> You have declared a m: prefix so you would need
> <m:none/> not <none/> as for all the other
> MathML elements you have used.
> 
> 
> David
> 

Received on Saturday, 2 June 2012 23:43:58 UTC