Enable the mlabeledtr workaround for Opera
This commit is contained in:
parent
89845b909b
commit
492f378ff8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user