Variable mathmlSpecConstructorsByTagNameConst

mathmlSpecConstructorsByTagName: {
    annotation: new () => MathMLElement;
    "annotation-xml": new () => MathMLElement;
    maction: new () => MathMLElement;
    math: new () => MathMLElement;
    merror: new () => MathMLElement;
    mfrac: new () => MathMLElement;
    mi: new () => MathMLElement;
    mmultiscripts: new () => MathMLElement;
    mn: new () => MathMLElement;
    mo: new () => MathMLElement;
    mover: new () => MathMLElement;
    mpadded: new () => MathMLElement;
    mphantom: new () => MathMLElement;
    mprescripts: new () => MathMLElement;
    mroot: new () => MathMLElement;
    mrow: new () => MathMLElement;
    ms: new () => MathMLElement;
    mspace: new () => MathMLElement;
    msqrt: new () => MathMLElement;
    mstyle: new () => MathMLElement;
    msub: new () => MathMLElement;
    msubsup: new () => MathMLElement;
    msup: new () => MathMLElement;
    mtable: new () => MathMLElement;
    mtd: new () => MathMLElement;
    mtext: new () => MathMLElement;
    mtr: new () => MathMLElement;
    munder: new () => MathMLElement;
    munderover: new () => MathMLElement;
    semantics: new () => MathMLElement;
} = ...

All current MathML spec tag names mapped to their respective element constructors.

Generated from MathMLElementTagNameMap in typescript/lib/lib.dom.d.ts: https://raw.githubusercontent.com/microsoft/TypeScript/main/src/lib/dom.generated.d.ts