MathMLElement.mtd constructor

MathMLElement.mtd()

Creates a MathMLElement using the tag 'mtd'.

Implementation

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