Enable the mlabeledtr workaround for Opera

This commit is contained in:
Frédéric Wang 2013-02-06 23:02:01 +01:00
parent 89845b909b
commit 492f378ff8

View File

@ -955,6 +955,7 @@
}, },
Opera: function (browser) { Opera: function (browser) {
nMML.operaPositionBug = true; nMML.operaPositionBug = true;
nMML.TableLabelBug = true;
}, },
Firefox: function (browser) { Firefox: function (browser) {
nMML.ffTableWidthBug = !browser.versionAtLeast("13.0"); // <mtable width="xx"> not implemented nMML.ffTableWidthBug = !browser.versionAtLeast("13.0"); // <mtable width="xx"> not implemented