Firefox 33 implemented column and row-spacing, so don't do the hack to get around it.

This commit is contained in:
Davide P. Cervone 2014-12-28 16:42:10 -05:00
parent 0da7c458ea
commit 2ea8bf10d5

View File

@ -1344,8 +1344,8 @@
// correctly and thus the element is displayed incorrectly in <mtable>.
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
},