Merge branch 'develop' into chtml
This commit is contained in:
commit
201b5d5987
File diff suppressed because one or more lines are too long
|
@ -1274,7 +1274,10 @@ MathJax.ElementJax.mml.Augment({
|
||||||
// Make sure tooltip has proper spacing when typeset (see issue #412)
|
// Make sure tooltip has proper spacing when typeset (see issue #412)
|
||||||
this.data[1].setTeXclass();
|
this.data[1].setTeXclass();
|
||||||
}
|
}
|
||||||
return this.selected().setTeXclass(prev);
|
var selected = this.selected();
|
||||||
|
prev = selected.setTeXclass(prev);
|
||||||
|
this.updateTeXclass(selected);
|
||||||
|
return prev;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
@ -1857,8 +1857,8 @@
|
||||||
HTMLaddAttributes: function(span) {
|
HTMLaddAttributes: function(span) {
|
||||||
//
|
//
|
||||||
// Copy RDFa, aria, and other tags from the MathML to the HTML-CSS
|
// Copy RDFa, aria, and other tags from the MathML to the HTML-CSS
|
||||||
// output spans Don't copy those in the MML.nocopyAttributes list,
|
// output spans. Don't copy those in the MML.nocopyAttributes list,
|
||||||
// the ignoreMMLattributes configuration list, or anything tha
|
// the ignoreMMLattributes configuration list, or anything that
|
||||||
// already exists as a property of the span (e.g., no "onlick", etc.)
|
// already exists as a property of the span (e.g., no "onlick", etc.)
|
||||||
// If a name in the ignoreMMLattributes object is set to false, then
|
// If a name in the ignoreMMLattributes object is set to false, then
|
||||||
// the attribute WILL be copied.
|
// the attribute WILL be copied.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user