MathMLElement.msubsup constructor

MathMLElement.msubsup()

Creates a MathMLElement using the tag 'msubsup'.

Implementation

MathMLElement.msubsup()
    : _ = document.createElementNS(
        'http://www.w3.org/1998/Math/MathML',
        'msubsup',
      );