[Bug 24741] New: CustomEvent inherits from Event

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

            Bug ID: 24741
           Summary: CustomEvent inherits from Event
           Product: WebAppsWG
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DOM3 Events
          Assignee: travil@microsoft.com
          Reporter: vmatva@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

On this diagram (
https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#event-interfaces
) CustomEvent inherits from Event interface.
But IDL says that it doesn't
(https://dvcs.w3.org/hg/dom3events/raw-file/tip/html/DOM3-Events.html#interface-CustomEvent).

If CustomEvent inherits from Event then dictionary CustomEventInit should
inherits from EventInit.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 20 February 2014 06:33:57 UTC