- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 19 Feb 2016 07:34:01 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Friday, 19 February 2016 15:34:29 UTC
> + <p>If <var>event</var>'s {{Event/type}} attribute value is a match for any of the strings in the > + first column in the following table, set <var>event</var>'s {{Event/type}} attribute value to > + the string in the second column on the same row as the matching string, otherwise, terminate > + these substeps. > + > + <table> > + <thead> > + <tr><th>Event type<th>Legacy event type > + <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>Inner invoke</a> <var>object</var> with <var>event</var> This sentence needs to end with a dot. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/168/files#r53474819
Received on Friday, 19 February 2016 15:34:29 UTC