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