aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLDataElement.webidl
diff options
context:
space:
mode:
authorCorey Farwell <coreyf@rwell.org>2015-10-10 11:55:09 -0400
committerCorey Farwell <coreyf@rwell.org>2015-10-10 11:55:09 -0400
commit85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33 (patch)
tree897db3185c292d272aa7794581d8e5a901b13df9 /components/script/dom/webidls/HTMLDataElement.webidl
parent9cccd98254191b1663dcaee9010eee63fa8074a3 (diff)
downloadservo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.tar.gz
servo-85f2b6fc5bd3d51ebb7a091fe2776fdd1cfbbb33.zip
Replace usage of old-style WHATWG spec links
Diffstat (limited to 'components/script/dom/webidls/HTMLDataElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLDataElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLDataElement.webidl b/components/script/dom/webidls/HTMLDataElement.webidl
index 48f8a5a85f4..8c3e244fdaa 100644
--- a/components/script/dom/webidls/HTMLDataElement.webidl
+++ b/components/script/dom/webidls/HTMLDataElement.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/#htmldataelement
+// https://html.spec.whatwg.org/multipage#htmldataelement
interface HTMLDataElement : HTMLElement {
// attribute DOMString value;
};