Backed out changeset 06f41c22f3a6 (bug 1888460) for causing linux xpcshell failures...
[gecko.git] / dom / webidl / InvokerElement.webidl
blob0650d7140019a63a9bafa056d166061453635336
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://github.com/whatwg/html/pull/9841
8  */
10 interface mixin InvokerElement {
11   [Pref="dom.element.invokers.enabled", CEReactions] attribute Element? invokeTargetElement;
12   [Pref="dom.element.invokers.enabled", CEReactions] attribute DOMString invokeAction;