- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 07 Feb 2016 22:58:56 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Monday, 8 February 2016 06:59:26 UTC
> @@ -1217,7 +1217,32 @@ for discussion). > <a>invoke</a> algorithm. > > <li><p>If <var>event</var>'s {{Event/type}} attribute value is not <var>listener</var>'s > - <b>type</b>, terminate these substeps (and run them for the next <a>event listener</a>). > + <b>type</b>, check for a legacy type attribute match by running these substeps: > + > + <ol> > + <li><p>If <var>event</var>'s {{Event/type}} attribute value is "animationend": > + <ol> > + <li><p>Let <var>original event type</var> be "animationend". > + <li><p>Change the <var>event</var>'s {{Event/type}} attribute value to "webkitanimationend". It's just `<var>event</var>`, not `the <var>event</var>`. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/158/files#r52137240
Received on Monday, 8 February 2016 06:59:26 UTC