html-spec-tags - v2.2.3
    Preparing search index...

    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

    Type declaration

    • Readonlyannotation: new () => MathMLElement
    • Readonlyannotation-xml: new () => MathMLElement
    • Readonlymaction: new () => MathMLElement
    • Readonlymath: new () => MathMLElement
    • Readonlymerror: new () => MathMLElement
    • Readonlymfrac: new () => MathMLElement
    • Readonlymi: new () => MathMLElement
    • Readonlymmultiscripts: new () => MathMLElement
    • Readonlymn: new () => MathMLElement
    • Readonlymo: new () => MathMLElement
    • Readonlymover: new () => MathMLElement
    • Readonlympadded: new () => MathMLElement
    • Readonlymphantom: new () => MathMLElement
    • Readonlymprescripts: new () => MathMLElement
    • Readonlymroot: new () => MathMLElement
    • Readonlymrow: new () => MathMLElement
    • Readonlyms: new () => MathMLElement
    • Readonlymspace: new () => MathMLElement
    • Readonlymsqrt: new () => MathMLElement
    • Readonlymstyle: new () => MathMLElement
    • Readonlymsub: new () => MathMLElement
    • Readonlymsubsup: new () => MathMLElement
    • Readonlymsup: new () => MathMLElement
    • Readonlymtable: new () => MathMLElement
    • Readonlymtd: new () => MathMLElement
    • Readonlymtext: new () => MathMLElement
    • Readonlymtr: new () => MathMLElement
    • Readonlymunder: new () => MathMLElement
    • Readonlymunderover: new () => MathMLElement
    • Readonlysemantics: new () => MathMLElement