Re: [dom] Add EventListenerOptions and passive event listeners (#82)

> @@ -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>.

This seems wrong. Since before we said this would only happen if all listeners are passive. So this is in fact something that is done by those invoking dispatch.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/82/files#r47618652

Received on Tuesday, 15 December 2015 10:19:31 UTC