Skip to content

list of issues

Volker Sorge edited this page Apr 21, 2015 · 4 revisions

List of issues

  • Currently I am rebuilding the MathML tree, by cloning (most of) the original node. Is that what we want?
    • Exceptions to cloning are empty/meaningless layout elements. The are kept and the originals are retained. This might lead to unwanted side-effects, however!
    • We make deep clones of leaf nodes.
    • We make shallow clones of all other nodes.
  • What do we do with empty elements. Examples are implicit multiplication, function application.
    • Current solution: Turn them into explicit elements. E.g., mo with invisible times.
    • Have an option to switch on/off. Add extra attribute on inserted element.
  • Usually the MathML does not change significantly. There are exceptions, though.
  • Extra mrow within a math tag?
  • The msubsup issue.
Clone this wiki locally