Re: [whatwg/dom] Add support in `{add,remove}EventListener` for `stopPropagation` and `preventDefault` options when `passive: true` (#425)

`stopPropagation()` isn't blocked to begin with and I don't see how you could enable `preventDefault()` without losing the benefits. The whole point is that you can't cancel the event.

-- 
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/425#issuecomment-287271236

Received on Friday, 17 March 2017 05:36:21 UTC