- From: Rick Byers <notifications@github.com>
- Date: Tue, 15 Dec 2015 11:56:01 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Tuesday, 15 December 2015 19:56:33 UTC
> 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> Done --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/82/files#r47688746
Received on Tuesday, 15 December 2015 19:56:33 UTC