[Bug 16487] New: EventTarget constructor

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

           Summary: EventTarget constructor
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM
        AssignedTo: annevk@opera.com
        ReportedBy: annevk@opera.com
         QAContact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org


Define a way to construct an EventTarget with a modifiable parent chain.
Suggestion from smaug:

[Constuctor]
interface EventReceiver : EventTarget {
  attribute EventTarget parent;
}

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Friday, 23 March 2012 07:53:18 UTC