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