trisquel-icecat/icecat/testing/web-platform/tests/interfaces/interest-invokers.tentative.idl

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;