MathMLElement.mroot constructor
Creates a MathMLElement using the tag 'mroot'.
Implementation
MathMLElement.mroot()
: _ = document.createElementNS(
'http://www.w3.org/1998/Math/MathML',
'mroot',
);
Creates a MathMLElement using the tag 'mroot'.
MathMLElement.mroot()
: _ = document.createElementNS(
'http://www.w3.org/1998/Math/MathML',
'mroot',
);