W3C home > Mailing lists > Public > www-math@w3.org > June 2014

Re: Displaystyle and mtable

From: Frédéric WANG <fred.wang@free.fr>
Date: Wed, 11 Jun 2014 14:49:23 +0200
Message-ID: <53985053.3080600@free.fr>
To: www-math@w3.org
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

This archive was generated by hypermail 2.4.0 : Thursday, 24 March 2022 21:46:50 UTC