MathMLElement.merror constructor

MathMLElement.merror()

Creates a MathMLElement using the tag 'merror'.

Implementation

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