commit bbb5f6084be49c8f333bcaa6d8e8eebc25bb2ec5
parent e28151126b85b226c7cb0a0bbcda13d1f9ae088d
Author: Davide P. Cervone <dpvc@union.edu>
Date: Thu, 12 Jun 2014 10:15:32 -0400
Put back mtdWidthBug for FF since it is still not right. Issue #813.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/unpacked/jax/output/NativeMML/jax.js b/unpacked/jax/output/NativeMML/jax.js
@@ -1334,7 +1334,7 @@
nMML.ffTableWidthBug = !browser.versionAtLeast("13.0"); // <mtable width="xx"> not implemented
nMML.forceReflow = !is29; // <mtable> with alignments set don't display properly without a reflow
nMML.widthBug = !is29; // <math> elements don't always get the correct width
- nMML.mtdWidthBug = !is29; // <mtd> widths not properly determined
+ nMML.mtdWidthBug = true; // <mtd> widths not properly determined
nMML.handlesVariants = is29; // FF >=29 handles all math variants
// In Firefox < 20, the intrinsic width of <mspace> is not computed