- From: Mike Taylor <notifications@github.com>
- Date: Wed, 17 Feb 2016 11:49:06 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 17 February 2016 19:49:35 UTC
> + <tbody> > + <tr><td>"<code>animationend</code>"<td>"<code>webkitAnimationEnd</code>" > + <tr><td>"<code>animationiteration</code>"<td>"<code>webkitAnimationIteration</code>" > + <tr><td>"<code>animationstart</code>"<td>"<code>webkitAnimationStart</code>" > + <tr><td>"<code>transitionend</code>"<td>"<code>webkitTransitionEnd</code>" > + </table> > + > + <li><p><a>Find</a> listener type matches for <var>object</var>. > + > + <li><p>Set <var>event</var>'s {{Event/type}} attribute value to <var>original event type</var>. > + </ol> > + > + <li><p>Unset <var>event</var>'s <a>found listener flag</a> if set. > +</ol> > + > +<p>To <dfn export for="event listener" id=concept-event-listener-find>find</dfn> listener type Not really married to this "find listener type matches for object" name, suggested changes welcome. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/168/files#r53220376
Received on Wednesday, 17 February 2016 19:49:35 UTC