[Bug 25392] New: "Unset the stop propagation flag, stop immediate..."
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25392
Bug ID: 25392
Summary: "Unset the stop propagation flag, stop immediate..."
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Linux
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/#interface-event
[[
Unset the stop propagation flag, stop immediate propagation flag, and canceled
flag.
]]
According to web-platform-tests[1], initializing an event should also unset
defaultPrevented (which makes sense, since we're starting with a new event)
[1]:
https://github.com/w3c/web-platform-tests/blob/master/dom/events/Event-defaultPrevented.html#L41
--
You are receiving this mail because:
You are on the CC list for the bug.