[Bug 24741] New: CustomEvent inherits from Event
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
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.