diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLImageElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLImageElement.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLImageElement.webidl b/components/script/dom/webidls/HTMLImageElement.webidl index defbfb68257..2c7dc0799e9 100644 --- a/components/script/dom/webidls/HTMLImageElement.webidl +++ b/components/script/dom/webidls/HTMLImageElement.webidl @@ -3,7 +3,7 @@ * 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/#htmlimageelement +// https://html.spec.whatwg.org/multipage#htmlimageelement [NamedConstructor=Image(optional unsigned long width, optional unsigned long height)] interface HTMLImageElement : HTMLElement { attribute DOMString alt; @@ -21,7 +21,7 @@ interface HTMLImageElement : HTMLElement { // also has obsolete members }; -// https://www.whatwg.org/html/#HTMLImageElement-partial +// https://html.spec.whatwg.org/multipage#HTMLImageElement-partial partial interface HTMLImageElement { attribute DOMString name; // attribute DOMString lowsrc; |