- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 05 Apr 2018 10:36:37 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 5 April 2018 10:37:05 UTC
Related a bit to #533. I'm wondering if a subclass of, .e.g., `EventTarget`, would still be considered a platform object. Otherwise we need to expand the definition of "relevant global object" and potentially other such concepts. And even then we might need to clarify things here, e.g., ```html <iframe></iframe> ...<script> class X extends frames[0].EventTarget {}; </script> ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/issues/540
Received on Thursday, 5 April 2018 10:37:05 UTC