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

Ah okay. I think we should rename the flag on event then to "in passive listener flag" to make it clear what the scope is.

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

Received on Wednesday, 16 December 2015 09:17:48 UTC