7 lines
No EOL
277 B
Text
7 lines
No EOL
277 B
Text
interface mixin InterestInvokerElement {
|
|
[CEReactions,Reflect=interesttarget] attribute Element? interestTargetElement;
|
|
};
|
|
|
|
HTMLInputElement includes InterestInvokerElement;
|
|
HTMLButtonElement includes InterestInvokerElement;
|
|
HTMLAnchorElement includes InterestInvokerElement; |