Amaya 9.53 WinXP bug: MathML rendering

Hi,

Amaya does not shown MathML elements in the same way if the paragraph
contains some text.

Steps to reproduce:

1. Cut and paste the following source code:

<p><math  xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <munderover>
       <mo>&sum;</mo>
       <mn>0</mn>
       <mo>&infin;</mo>
     </munderover>
     <mi>i</mi>
   </mrow>
</math></p>

<p>Test: <math xmlns="http://www.w3.org/1998/Math/MathML">
   <mrow>
     <munderover>
       <mo>&sum;</mo>
       <mn>0</mn>
       <mo>&infin;</mo>
     </munderover>
     <mi>i</mi>
   </mrow>
</math></p>

2. The limits of the sum are shown in different position.			

Best regards,
Bartolomé Sintes (http://www.mclibre.org)

Received on Monday, 27 November 2006 18:34:20 UTC