[Bug 18547] Add [ImplicitThis] to EventTarget?

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18547

--- Comment #7 from Boris Zbarsky <bzbarsky@mit.edu> ---
>  interface WindowProxy {
>    readonly attribute WindowProxy window;
>  };

That seems nonsensical.  Shouldn't that attribute be on Window?  There is no
actual WindowProxy interface....  (Or no actual Window interface; pick your
poison.)

But yes, the getter for that attribute needs to have something like
[ImplicitThis].

My gut reaction is that every single thing on Window should have it so we don't
break the web, but it's worth checking with the ES folks for what they want
here.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 7 December 2012 01:23:19 UTC