- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 07 Feb 2016 23:01:41 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Message-ID: <whatwg/dom/pull/158/r52137325@github.com>
> + <li><p>Change the <var>event</var>'s {{Event/type}} attribute value to "webkitanimationend". > + </ol> > + <li><p>If <var>event</var>'s {{Event/type}} attribute value is "animationiteration": > + <ol> > + <li><p>Let <var>original event type</var> be "animationiteration". > + <li><p>Change the <var>event</var>'s {{Event/type}} attribute value to "webkitanimationiteration". > + </ol> > + <li><p>If <var>event</var>'s {{Event/type}} attribute value is "animationstart": > + <ol> > + <li><p>Let <var>original event type</var> be "animationstart". > + <li><p>Change the <var>event</var>'s {{Event/type}} attribute value to "webkitanimationstart". > + </ol> > + <li><p>If <var>event</var>'s {{Event/type}} attribute value is "transitionend": > + <ol> > + <li><p>Let <var>original event type</var> be "transitionend". > + <li><p>Change the <var>event</var>'s {{Event/type}} attribute value to "webkittransitionend". Please put newlines between the `<li>`s. (Though not before the first and after the last `<li>` within an `<ol>`.) --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/pull/158/files#r52137325
Received on Monday, 8 February 2016 07:02:10 UTC