diff options
author | Corey Farwell <coreyf@rwell.org> | 2015-10-10 11:55:09 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2015-10-10 11:55:09 -0400 |
commit | 85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33 (patch) | |
tree | 897db3185c292d272aa7794581d8e5a901b13df9 /components/script/dom/webidls/HTMLScriptElement.webidl | |
parent | 9cccd98254191b1663dcaee9010eee63fa8074a3 (diff) | |
download | servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.tar.gz servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.zip |
Replace usage of old-style WHATWG spec links
Diffstat (limited to 'components/script/dom/webidls/HTMLScriptElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLScriptElement.webidl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/webidls/HTMLScriptElement.webidl b/components/script/dom/webidls/HTMLScriptElement.webidl index 7f5d014bece..42cf91b2ea3 100644 --- a/components/script/dom/webidls/HTMLScriptElement.webidl +++ b/components/script/dom/webidls/HTMLScriptElement.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/#htmlscriptelement +// https://html.spec.whatwg.org/multipage#htmlscriptelement interface HTMLScriptElement : HTMLElement { attribute DOMString src; // attribute DOMString type; @@ -17,7 +17,7 @@ interface HTMLScriptElement : HTMLElement { // also has obsolete members }; -// https://www.whatwg.org/html/#HTMLScriptElement-partial +// https://html.spec.whatwg.org/multipage#HTMLScriptElement-partial partial interface HTMLScriptElement { // attribute DOMString event; // attribute DOMString htmlFor; |