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