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

Sounds good to me, thanks.

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

Received on Wednesday, 16 December 2015 17:05:19 UTC