diff options
author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-10-01 18:45:26 +0900 |
---|---|---|
committer | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2019-10-01 18:45:26 +0900 |
commit | d6c58b8226f1f87c61ff36476c8690639214be2b (patch) | |
tree | 359f5de4c26b3a5d18bd9e2e389c21d6a6d919d9 /components/script/dom/webidls/HTMLAreaElement.webidl | |
parent | 1b6715158dd9f04d63545f0c47a4605af3966aa9 (diff) | |
download | servo-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.webidl | 2 |
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 { |