MathMLElement.semantics constructor

MathMLElement.semantics()

Creates a MathMLElement using the tag 'semantics'.

Implementation

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