Re: [whatwg/dom] Improving ergonomics of events with Observable (#544)

As far as practical debugging, browsers should at least issue a warning when code calls `event.stopPropagation()` or other dispatch-changing methods on a "stale" event that has already been fully dispatched. There's already such advice in the spec for `passive` but really it would be better for that term to have been reserved for an event that affects neither the default action *nor* propagation. In that sense, today's `passive` is more like "passive aggressive". 😸 I wonder if there's any benefit of having an `EventOptions` flag indicating full passivity.


-- 
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/544#issuecomment-351781063

Received on Thursday, 14 December 2017 17:31:27 UTC