Re: [whatwg/dom] Dispatching events section may not match browsers (#746)

Oh, there is a bug in the spec. [Step 14 of dispatching event](https://dom.spec.whatwg.org/#dispatching-events) only runs when the event bubbles but that's the step supposed to invoke bubbling event listeners on the target so we'd have to run that even when the bubbles attribute is false.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/746#issuecomment-479210800

Received on Tuesday, 2 April 2019 21:28:28 UTC