- From: Cameron McCormack <cam@mcc.id.au>
- Date: Wed, 20 Jul 2011 11:49:31 +1200
- To: Ian Hickson <ian@hixie.ch>
- Cc: Magnus Kristiansen <magnusrk+w3c@pvv.org>, Boris Zbarsky <bzbarsky@MIT.EDU>, public-webapps@w3.org
Ian Hickson: > Is this still something I should do, or did this get resolved using > another solution? http://www.w3.org/Bugs/Public/show_bug.cgi?id=8241 The proposed solution I made in the bug was to have the [[Get]] etc. internal methods of Window handle the resolution order of window named properties, rather than to use inheritance in the IDL to control the order. I made that change to Web IDL, which would require you defining which named properties are “resolved before prototype properties”, and that’d be the frame names; the (possible quirks mode only) ID lookups would be done last automatically, since Window isn’t [OverrideBuiltins]. However, Tony Ross on the bug there says he would rather an even simpler solution that resoles all frame names and ID lookups after everything else (i.e. like normal non-[OverrideBuiltins] interfaces). I haven’t made any spec changes since then. It would be good to get more input on the bug. -- Cameron McCormack ≝ http://mcc.id.au/
Received on Tuesday, 19 July 2011 23:50:11 UTC