Skip to content

Commit 8965c51

Browse files
saschanazbirtles
authored andcommitted
GlobalEventHandlers is a mixin
1 parent 18f135e commit 8965c51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

css-animations-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1264,9 +1264,9 @@ The <code>findRule</code> method</h4>
12641264

12651265

12661266
<h3 id="interface-globaleventhandlers">
1267-
Extensions to the <code>GlobalEventHandlers</code> Interface</h3>
1267+
Extensions to the <code>GlobalEventHandlers</code> Interface Mixin</h3>
12681268

1269-
This specification extends the {{GlobalEventHandlers}} interface from HTML to
1269+
This specification extends the {{GlobalEventHandlers}} interface mixin from HTML to
12701270
add <a>event handler IDL attributes</a> for <a href="#events">animation
12711271
events</a> as defined in
12721272
[[#event-handlers-on-elements-document-objects-and-window-objects]].

css-transitions-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1232,15 +1232,15 @@ objects, as <a>event handler IDL attributes</a>:
12321232
DOM Interfaces {#interface-dom}
12331233
===============================
12341234

1235-
This specification extends the {{GlobalEventHandlers}} interface from HTML to
1235+
This specification extends the {{GlobalEventHandlers}} interface mixin from HTML to
12361236
add <a>event handler IDL attributes</a> for <a
12371237
href="#transition-events">transition events</a> as defined in [[#event-handlers-on-elements-document-objects-and-window-objects]].
12381238

12391239
IDL Definition {#interface-globaleventhandlers-idl}
12401240
--------------
12411241

12421242
<pre class="idl">
1243-
partial interface GlobalEventHandlers {
1243+
partial interface mixin GlobalEventHandlers {
12441244
attribute EventHandler ontransitionrun;
12451245
attribute EventHandler ontransitionstart;
12461246
attribute EventHandler ontransitionend;

0 commit comments

Comments
 (0)