@@ -7,20 +7,20 @@ interface HTMLAnchorElement : HTMLElement {
7
7
8
8
[HTMLConstructor] constructor();
9
9
10
- [Reflect] attribute DOMString target;
11
- [Reflect] attribute DOMString download;
12
- [Reflect] attribute DOMString ping;
13
- [Reflect] attribute DOMString rel;
10
+ [CEReactions, Reflect] attribute DOMString target;
11
+ [CEReactions, Reflect] attribute DOMString download;
12
+ [CEReactions, Reflect] attribute DOMString ping;
13
+ [CEReactions, Reflect] attribute DOMString rel;
14
14
// FIXME: [SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
15
- [Reflect] attribute DOMString hreflang;
16
- [Reflect] attribute DOMString type;
15
+ [CEReactions, Reflect] attribute DOMString hreflang;
16
+ [CEReactions, Reflect] attribute DOMString type;
17
17
18
18
// Obsolete
19
- [Reflect] attribute DOMString coords;
20
- [Reflect] attribute DOMString charset;
21
- [Reflect] attribute DOMString name;
22
- [Reflect] attribute DOMString rev;
23
- [Reflect] attribute DOMString shape;
19
+ [CEReactions, Reflect] attribute DOMString coords;
20
+ [CEReactions, Reflect] attribute DOMString charset;
21
+ [CEReactions, Reflect] attribute DOMString name;
22
+ [CEReactions, Reflect] attribute DOMString rev;
23
+ [CEReactions, Reflect] attribute DOMString shape;
24
24
25
25
};
26
26
0 commit comments