chromium/third_party/blink/renderer/core/mathml/mathml_element.idl

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://w3c.github.io/mathml-core/#dom-mathmlelement

[Exposed=Window]
interface MathMLElement : Element { };

MathMLElement includes GlobalEventHandlers;
MathMLElement includes DocumentAndElementEventHandlers;
MathMLElement includes HTMLOrForeignElement;
MathMLElement includes ElementCSSInlineStyle;