aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLAreaElement.webidl
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-01 18:45:26 +0900
committerKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-01 18:45:26 +0900
commitd6c58b8226f1f87c61ff36476c8690639214be2b (patch)
tree359f5de4c26b3a5d18bd9e2e389c21d6a6d919d9 /components/script/dom/webidls/HTMLAreaElement.webidl
parent1b6715158dd9f04d63545f0c47a4605af3966aa9 (diff)
downloadservo-d6c58b8226f1f87c61ff36476c8690639214be2b.tar.gz
servo-d6c58b8226f1f87c61ff36476c8690639214be2b.zip
Migrate to IDL mixin syntax
Diffstat (limited to 'components/script/dom/webidls/HTMLAreaElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLAreaElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLAreaElement.webidl b/components/script/dom/webidls/HTMLAreaElement.webidl
index afc30952a91..0f6b6319fce 100644
--- a/components/script/dom/webidls/HTMLAreaElement.webidl
+++ b/components/script/dom/webidls/HTMLAreaElement.webidl
@@ -22,7 +22,7 @@ interface HTMLAreaElement : HTMLElement {
readonly attribute DOMTokenList relList;
// hreflang and type are not reflected
};
-//HTMLAreaElement implements HTMLHyperlinkElementUtils;
+//HTMLAreaElement includes HTMLHyperlinkElementUtils;
// https://html.spec.whatwg.org/multipage/#HTMLAreaElement-partial
partial interface HTMLAreaElement {