[Bug 23095] New: "Call listener's callback's handleEvent, with th..."
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23095
Bug ID: 23095
Summary: "Call listener's callback's handleEvent, with th..."
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: DOM
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
http://dom.spec.whatwg.org/#dispatching-events
When invoking event listeners:
[[
Call listener's callback's handleEvent, with the event passed to this algorithm
as the first argument and event's currentTarget attribute value as callback
this value.
]]
We should probably not do this if the event handler's Document is not an active
document, right? Does that belong in DOM?
--
You are receiving this mail because:
You are on the CC list for the bug.