Re: Underscript-overscript Pair (munderover) is not working properly on Firefox

Here you use inline formula, so the default displaystyle value is 
"false" to save vertical space. I think you simply need to put your 
<munderover/> in a <mstyle displaystyle="true"></mstyle>.

HTH
> Copy the following text and save as an xhtml or xht file. When I open 
> this file in Firefox 3.5.5 on my desktop (Windows XP Pro SP2), it 
> displays the upper and lower limits as sub and sup. I want it to 
> display these limits as under and over the summation symbol. Please help:
>  
> ////////////////File begins///////////////////////////
> <?xml version="1.0"?>
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN"
>                "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
>   <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
> ]>
> <html xmlns="http://www.w3.org/1999/xhtml">
>   <head>
>     <title>Minimum Document with MathML</title>
>   </head>
>   <body>
>     <p>
>       Accept all valid XHTML and MathML, including therefore
>       <a href="http://www.mozilla.org/">links</a 
> <http://www.mozilla.org/%22%3Elinks%3C/a>>
>       and math fractions
>       <math xmlns="&mathml;">
>         <munderover>
>        <mo> &sum; </mo>
>        <mn> 0 </mn>
>        <mi> 5 </mi>
>    </munderover>
>       </math>
>     </p>
>   </body>
> </html>
> ////////////////File Ends///////////////////////////
> Thank you,
> Saf
>
>

Received on Monday, 30 November 2009 08:29:47 UTC