[Bug 25392] New: "Unset the stop propagation flag, stop immediate..."

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: annevk@annevk.nl
          Reporter: manishearth@gmail.com
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, www-dom@w3.org

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.

Received on Friday, 18 April 2014 22:16:04 UTC