- From: Frédéric WANG <fred.wang@free.fr>
- Date: Wed, 11 Jun 2014 14:49:23 +0200
- To: www-math@w3.org
Received on Wednesday, 11 June 2014 12:49:52 UTC
Also, MathJax does not modifies the displaystyle value for
<math displaystyle="true">
<mtable>
<mtr>
<mtd>
<munder>
<mo>∑</mo>
<mi>x</mi>
</munder>
</mtd>
</mtr>
</mtable>
</math>
or even (without explicit displaystyle attribute)
<math display="block">
<mtable>
<mtr>
<mtd>
<munder>
<mo>∑</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