aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLLIElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLLIElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLLIElement.webidl7
1 files changed, 6 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLLIElement.webidl b/components/script/dom/webidls/HTMLLIElement.webidl
index ea7d574eba4..e5c7e68c874 100644
--- a/components/script/dom/webidls/HTMLLIElement.webidl
+++ b/components/script/dom/webidls/HTMLLIElement.webidl
@@ -1,9 +1,13 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/. */
// https://html.spec.whatwg.org/multipage/#htmllielement
+[Exposed=Window]
interface HTMLLIElement : HTMLElement {
+ [HTMLConstructor] constructor();
+
+ [CEReactions]
attribute long value;
// also has obsolete members
@@ -11,5 +15,6 @@ interface HTMLLIElement : HTMLElement {
// https://html.spec.whatwg.org/multipage/#HTMLLIElement-partial
partial interface HTMLLIElement {
+ // [CEReactions]
// attribute DOMString type;
};