This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25392 - "Unset the stop propagation flag, stop immediate..."
Summary: "Unset the stop propagation flag, stop immediate..."
Status: RESOLVED INVALID
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: DOM (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Anne
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-18 22:16 UTC by Manish Goregaokar
Modified: 2014-04-18 22:26 UTC (History)
3 users (show)

See Also:


Attachments

Description Manish Goregaokar 2014-04-18 22:16:03 UTC
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
Comment 1 Glenn Maynard 2014-04-18 22:22:55 UTC
That's what the canceled (sic) flag is.  http://dom.spec.whatwg.org/#dom-event-defaultprevented
Comment 2 Manish Goregaokar 2014-04-18 22:26:10 UTC
Ah, sorry, my bad. Thanks.