Skip to content

Commit

Permalink
[css-animations] Change definition of GlobalEventHandlers to mixin (#…
Browse files Browse the repository at this point in the history
…2797)

GlobalEventHandlers is now defined as a mixin per https://html.spec.whatwg.org/multipage/webappapis.html#globaleventhandlers. Update the partial interface's definition to indicate that it is a mixin.
  • Loading branch information
csnardi authored and birtles committed Jun 19, 2018
1 parent 0a89035 commit e5bd629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css-animations-1/Overview.bs
Expand Up @@ -1308,7 +1308,7 @@ events</a> as defined in
IDL Definition</h4>

<pre class="idl">
partial interface GlobalEventHandlers {
partial interface mixin GlobalEventHandlers {
attribute EventHandler onanimationstart;
attribute EventHandler onanimationiteration;
attribute EventHandler onanimationend;
Expand Down

0 comments on commit e5bd629

Please sign in to comment.