- From: Dave Methvin <notifications@github.com>
- Date: Thu, 14 Dec 2017 17:30:54 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 14 December 2017 17:31:27 UTC
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