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;
} = ...
Type declaration
Readonly
annotation: new () => MathMLElement
Readonly
annotation-xml: new () => MathMLElement
Readonly
maction: new () => MathMLElement
Readonly
math: new () => MathMLElement
Readonly
merror: new () => MathMLElement
Readonly
mfrac: new () => MathMLElement
Readonly
mi: new () => MathMLElement
Readonly
mmultiscripts: new () => MathMLElement
Readonly
mn: new () => MathMLElement
Readonly
mo: new () => MathMLElement
Readonly
mover: new () => MathMLElement
Readonly
mpadded: new () => MathMLElement
Readonly
mphantom: new () => MathMLElement
Readonly
mprescripts: new () => MathMLElement
Readonly
mroot: new () => MathMLElement
Readonly
mrow: new () => MathMLElement
Readonly
ms: new () => MathMLElement
Readonly
mspace: new () => MathMLElement
Readonly
msqrt: new () => MathMLElement
Readonly
mstyle: new () => MathMLElement
Readonly
msub: new () => MathMLElement
Readonly
msubsup: new () => MathMLElement
Readonly
msup: new () => MathMLElement
Readonly
mtable: new () => MathMLElement
Readonly
mtd: new () => MathMLElement
Readonly
mtext: new () => MathMLElement
Readonly
mtr: new () => MathMLElement
Readonly
munder: new () => MathMLElement
Readonly
munderover: new () => MathMLElement
Readonly
semantics: new () => MathMLElement
All current MathML spec tag names mapped to their respective element constructors.
Generated from
MathMLElementTagNameMap
intypescript/lib/lib.dom.d.ts
: https://raw.githubusercontent.com/microsoft/TypeScript/main/src/lib/dom.generated.d.ts