MathMLElement.webidl (791B)
1 /* -*- Mode: IDL; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ 2 /* This Source Code Form is subject to the terms of the Mozilla Public 3 * License, v. 2.0. If a copy of the MPL was not distributed with this file, 4 * You can obtain one at http://mozilla.org/MPL/2.0/. 5 * 6 * The origin of this IDL file is 7 * https://mathml-refresh.github.io/mathml-core/ 8 * 9 * Copyright © 2019 W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark 10 * and permissive document license rules apply. 11 */ 12 13 [Exposed=Window] 14 interface MathMLElement : Element { }; 15 MathMLElement includes GlobalEventHandlers; 16 MathMLElement includes HTMLOrForeignElement; 17 MathMLElement includes ElementCSSInlineStyle; 18 MathMLElement includes TouchEventHandlers; 19 MathMLElement includes OnErrorEventHandlerForNodes;