File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
12701270add <a>event handler IDL attributes</a> for <a href="#events">animation
12711271events</a> as defined in
12721272[[#event-handlers-on-elements-document-objects-and-window-objects]] .
Original file line number Diff line number Diff line change @@ -1232,15 +1232,15 @@ objects, as <a>event handler IDL attributes</a>:
12321232DOM 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
12361236add <a>event handler IDL attributes</a> for <a
12371237href="#transition-events"> transition events</a> as defined in [[#event-handlers-on-elements-document-objects-and-window-objects]] .
12381238
12391239IDL 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;
You can’t perform that action at this time.
0 commit comments