From 2ea8bf10d5546b5f7a9929b27163ab917a3a4ea5 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Sun, 28 Dec 2014 16:42:10 -0500 Subject: [PATCH] Firefox 33 implemented column and row-spacing, so don't do the hack to get around it. --- unpacked/jax/output/NativeMML/jax.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unpacked/jax/output/NativeMML/jax.js b/unpacked/jax/output/NativeMML/jax.js index 2189bee01..4d0a267f4 100644 --- a/unpacked/jax/output/NativeMML/jax.js +++ b/unpacked/jax/output/NativeMML/jax.js @@ -1344,8 +1344,8 @@ // correctly and thus the element is displayed incorrectly in . nMML.spaceWidthBug = !browser.versionAtLeast("20.0"); - nMML.tableSpacingBug = true; // mtable@rowspacing/mtable@columnspacing not - // supported. + // mtable@rowspacing/mtable@columnspacing not supported. + nMML.tableSpacingBug = !browser.versionAtLeast("33.0"); nMML.tableLabelBug = true; // mlabeledtr is not implemented. nMML.mfencedBug = true; // mfenced not displayed correctly },