Skip to content

Commit e5bd629

Browse files
csnardibirtles
authored andcommitted
[css-animations] Change definition of GlobalEventHandlers to mixin (w3c#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.
1 parent 0a89035 commit e5bd629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-animations-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ events</a> as defined in
13081308
IDL Definition</h4>
13091309

13101310
<pre class="idl">
1311-
partial interface GlobalEventHandlers {
1311+
partial interface mixin GlobalEventHandlers {
13121312
attribute EventHandler onanimationstart;
13131313
attribute EventHandler onanimationiteration;
13141314
attribute EventHandler onanimationend;

0 commit comments

Comments
 (0)