Re: Displaystyle and mtable

Also, MathJax does not modifies the displaystyle value for

<math displaystyle="true">
       <mtable>
         <mtr>
           <mtd>
             <munder>
               <mo>&Sum;</mo>
               <mi>x</mi>
             </munder>
           </mtd>
         </mtr>
       </mtable>
     </math>

or even (without explicit displaystyle attribute)

<math display="block">
       <mtable>
         <mtr>
           <mtd>
             <munder>
               <mo>&Sum;</mo>
               <mi>x</mi>
             </munder>
           </mtd>
         </mtr>
       </mtable>
     </math>

So I don't see how it honors "If the attribute is not present, the 
|mtable| element sets |displaystyle| to "false" within the table elements."

-- 
Frédéric Wang
maths-informatique-jeux.com/blog/frederic

Received on Wednesday, 11 June 2014 12:49:52 UTC