aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLMapElement.webidl
diff options
context:
space:
mode:
authorConnor Brewster <connor.brewster@eagles.oc.edu>2017-07-10 14:47:03 -0600
committerConnor Brewster <connor.brewster@eagles.oc.edu>2017-07-18 12:22:20 -0600
commit2460997ee18917bda1cdb68e46b7fd5520c3ade7 (patch)
treedb8d87d4a3971e2326b54a0203e838cf94b296e1 /components/script/dom/webidls/HTMLMapElement.webidl
parent438191e0b207fd6294a465149a37c63f32ce9161 (diff)
downloadservo-2460997ee18917bda1cdb68e46b7fd5520c3ade7.tar.gz
servo-2460997ee18917bda1cdb68e46b7fd5520c3ade7.zip
Add CEReactions where needed
Diffstat (limited to 'components/script/dom/webidls/HTMLMapElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLMapElement.webidl7
1 files changed, 4 insertions, 3 deletions
diff --git a/components/script/dom/webidls/HTMLMapElement.webidl b/components/script/dom/webidls/HTMLMapElement.webidl
index 60fa8928f18..ec5b0dd554a 100644
--- a/components/script/dom/webidls/HTMLMapElement.webidl
+++ b/components/script/dom/webidls/HTMLMapElement.webidl
@@ -5,7 +5,8 @@
// https://html.spec.whatwg.org/multipage/#htmlmapelement
[HTMLConstructor]
interface HTMLMapElement : HTMLElement {
- // attribute DOMString name;
- //readonly attribute HTMLCollection areas;
- //readonly attribute HTMLCollection images;
+ // [CEReactions]
+ // attribute DOMString name;
+ // readonly attribute HTMLCollection areas;
+ // readonly attribute HTMLCollection images;
};