- From: Rick Byers <notifications@github.com>
- Date: Tue, 15 Dec 2015 11:43:13 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 15 December 2015 19:43:41 UTC
> @@ -1138,9 +1196,15 @@ invoked, must run these steps: > <var>listener</var>'s <b>capture</b> is true, terminate these substeps (and run them for the next > <a>event listener</a>). > > + <li>If <var>listener</var>'s <b>passive</b> is true, set <var>event</var>'s <a>passive flag</a>. I thought this is what we agreed on [here](https://github.com/RByers/EventListenerOptions/issues/2#issuecomment-120755014) and summarized [here](https://github.com/RByers/EventListenerOptions/issues/2#issuecomment-125986241)? I.e. calls to `preventDefault` from a passive listener never has any impact (since `passive` is a promise that the listener doesn't need to cancel). But `Event.cancelable` is immutable and so can be changed only by code invoking dispatch based on the observation of ALL listeners. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/82/files#r47686896
Received on Tuesday, 15 December 2015 19:43:41 UTC