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

>    the <a>event</a>'s {{Event/eventPhase}} attribute value is {{Event/BUBBLING_PHASE}}.
>    When false, <b>callback</b> will not be invoked when <a>event</a>'s {{Event/eventPhase}}
>    attribute value is {{Event/CAPTURING_PHASE}}. Either way, <b>callback</b> will be
>    invoked if <a>event</a>'s {{Event/eventPhase}} attribute value is {{Event/AT_TARGET}}.
>  
> +  When set to true, the <var>passive</var> option indicates that the <b>callback</b>

Same problem here.

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

Received on Tuesday, 15 December 2015 10:10:34 UTC