diff options
Diffstat (limited to 'components/script/dom/webidls/HTMLAnchorElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLAnchorElement.webidl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/components/script/dom/webidls/HTMLAnchorElement.webidl b/components/script/dom/webidls/HTMLAnchorElement.webidl index 7129f0ad1ed..4154a2fb042 100644 --- a/components/script/dom/webidls/HTMLAnchorElement.webidl +++ b/components/script/dom/webidls/HTMLAnchorElement.webidl @@ -4,14 +4,14 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /* * The origin of this IDL file is - * https://www.whatwg.org/specs/web-apps/current-work/#the-a-element - * https://www.whatwg.org/specs/web-apps/current-work/#other-elements,-attributes-and-apis + * https://html.spec.whatwg.org/multipage#the-a-element + * https://html.spec.whatwg.org/multipage#other-elements,-attributes-and-apis * © Copyright 2004-2011 Apple Computer, Inc., Mozilla Foundation, and * Opera Software ASA. You are granted a license to use, reproduce * and create derivative works of this document. */ -// https://www.whatwg.org/html/#htmlanchorelement +// https://html.spec.whatwg.org/multipage#htmlanchorelement interface HTMLAnchorElement : HTMLElement { // attribute DOMString target; // attribute DOMString download; @@ -28,7 +28,7 @@ interface HTMLAnchorElement : HTMLElement { }; //HTMLAnchorElement implements URLUtils; -// https://www.whatwg.org/html/#HTMLAnchorElement-partial +// https://html.spec.whatwg.org/multipage#HTMLAnchorElement-partial partial interface HTMLAnchorElement { attribute DOMString coords; // attribute DOMString charset; |