aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLLegendElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLLegendElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLLegendElement.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLLegendElement.webidl b/components/script/dom/webidls/HTMLLegendElement.webidl
index e1f1620f1a0..2ccdf7f3702 100644
--- a/components/script/dom/webidls/HTMLLegendElement.webidl
+++ b/components/script/dom/webidls/HTMLLegendElement.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/#htmllegendelement
+// https://html.spec.whatwg.org/multipage#htmllegendelement
interface HTMLLegendElement : HTMLElement {
//readonly attribute HTMLFormElement? form;
// also has obsolete members
};
-// https://www.whatwg.org/html/#HTMLLegendElement-partial
+// https://html.spec.whatwg.org/multipage#HTMLLegendElement-partial
partial interface HTMLLegendElement {
// attribute DOMString align;
};