Re: [dom] Issue #156. Add legacy event type check to invoke algorithm. (#158)

> +     <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