Re: [webidl] Followup for bug https://www.w3.org/Bugs/Public/show_bug.cgi?id=23133 to to deal with inherited interfaces that are [NoInterfaceObject]. (#38)

I don't understand why you would skip the intermediate ones. The only thing [NoInterfaceObject] does is remove the global property; the interface still exists.

Another way of looking at it, is that this breaks the correpsondence between the constructor-side `__proto__`-chain and the .prototype-side `__proto__`-chain

---
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/38#issuecomment-69802864

Received on Tuesday, 13 January 2015 19:24:35 UTC