- From: <bugzilla@jessica.w3.org>
- Date: Fri, 07 Dec 2012 01:23:17 +0000
- To: public-script-coord@w3.org
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 on the CC list for the bug.
Received on Friday, 7 December 2012 01:23:19 UTC