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

>     <li><p>Call <var>listener</var>'s <b>callback</b>'s {{EventListener/handleEvent()}}, with
>     <var>event</var> as argument and <var>event</var>'s {{Event/currentTarget}} attribute value as
> -   <a>callback this value</a>. If this throws any exception, <a>report the exception</a>.
> +   <a>callback this value</a>.
> +
> +   <li>Clear <var>event</var>'s <a>in passive listener flag</a>.
> +
> +   <li>If the call to {{EventListener/handleEvent()}} threw any exception, <a>report the exception</a>.

As far as I can tell that's fine. Where do you think it would break?

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

Received on Tuesday, 5 January 2016 17:33:27 UTC