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.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLLIElement.webidl b/components/script/dom/webidls/HTMLLIElement.webidl
index a3cb686056d..3afa707295f 100644
--- a/components/script/dom/webidls/HTMLLIElement.webidl
+++ b/components/script/dom/webidls/HTMLLIElement.webidl
@@ -3,14 +3,14 @@
* 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/. */
-// https://www.whatwg.org/html/#htmllielement
+// https://html.spec.whatwg.org/multipage#htmllielement
interface HTMLLIElement : HTMLElement {
// attribute long value;
// also has obsolete members
};
-// https://www.whatwg.org/html/#HTMLLIElement-partial
+// https://html.spec.whatwg.org/multipage#HTMLLIElement-partial
partial interface HTMLLIElement {
// attribute DOMString type;
};