Skip to content

Commit

Permalink
Add event handler content attributes for prefixed animation/transitio…
Browse files Browse the repository at this point in the history
…n events

Fixes whatwg#5204
  • Loading branch information
stephenmcgruer committed Jan 10, 2020
1 parent 0b8e268 commit 4a00c89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -11738,6 +11738,10 @@ https://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%
<li><code data-x="handler-ontoggle">ontoggle</code></li>
<li><code data-x="handler-onvolumechange">onvolumechange</code></li>
<li><code data-x="handler-onwaiting">onwaiting</code></li>
<li><code data-x="handler-onwebkitanimationend">onwebkitanimationend</code></li>
<li><code data-x="handler-onwebkitanimationiteration">onwebkitanimationiteration</code></li>
<li><code data-x="handler-onwebkitanimationstart">onwebkitanimationstart</code></li>
<li><code data-x="handler-onwebkittransitionend">onwebkittransitionend</code></li>
<li><code data-x="handler-onwheel">onwheel</code></li>
</ul>

Expand Down

0 comments on commit 4a00c89

Please sign in to comment.