Skip to content

Commit c240696

Browse files
Philipp-Mdaxpedda
andcommitted
Apply suggestions from code review
Co-authored-by: daxpedda <[email protected]>
1 parent 2eef2bd commit c240696

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed
Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
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-
*/
1+
// https://www.w3.org/TR/mathml-core
122

133
[Exposed=Window]
144
interface MathMLElement : Element { };
@@ -17,6 +7,8 @@ MathMLElement includes GlobalEventHandlers;
177
MathMLElement includes HTMLOrSVGElement;
188
// https://drafts.csswg.org/cssom/#the-elementcssinlinestyle-mixin
199
MathMLElement includes ElementCSSInlineStyle;
10+
// TODO: Deprecated, add to `GlobalEventHandlers` via mixin:
2011
// https://w3c.github.io/touch-events/#extensions-to-the-globaleventhandlers-mixin
2112
MathMLElement includes TouchEventHandlers;
13+
// TODO: See `OnErrorEventHandlerForNodes` definition in `EventHandler.webidl`.
2214
MathMLElement includes OnErrorEventHandlerForNodes;

0 commit comments

Comments
 (0)