[Bug 16487] EventTarget constructor

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

--- Comment #7 from Anne <annevk@annevk.nl> ---
My suggestion is that we make it more explicit in the specification that
EventTarget has an associated "event parent" concept (we need that anyway). We
then allow that concept to be set through the constructor:

[Constructor(optional EventTarget = null)]
interface EventTarget ...

If we want we could expose that concept on the interface, but I don't think we
need to do that right away. For nodes this is already covered by parentNode,
for custom EventTarget objects this could be manually managed.

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

Received on Monday, 11 February 2013 21:06:18 UTC