File tree 2 files changed +4
-4
lines changed
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>
1264
1264
1265
1265
1266
1266
<h3 id="interface-globaleventhandlers">
1267
- Extensions to the <code>GlobalEventHandlers</code> Interface</h3>
1267
+ Extensions to the <code>GlobalEventHandlers</code> Interface Mixin </h3>
1268
1268
1269
- This specification extends the {{GlobalEventHandlers}} interface from HTML to
1269
+ This specification extends the {{GlobalEventHandlers}} interface mixin from HTML to
1270
1270
add <a>event handler IDL attributes</a> for <a href="#events">animation
1271
1271
events</a> as defined in
1272
1272
[[#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>:
1232
1232
DOM Interfaces {#interface-dom}
1233
1233
===============================
1234
1234
1235
- This specification extends the {{GlobalEventHandlers}} interface from HTML to
1235
+ This specification extends the {{GlobalEventHandlers}} interface mixin from HTML to
1236
1236
add <a>event handler IDL attributes</a> for <a
1237
1237
href="#transition-events"> transition events</a> as defined in [[#event-handlers-on-elements-document-objects-and-window-objects]] .
1238
1238
1239
1239
IDL Definition {#interface-globaleventhandlers-idl}
1240
1240
--------------
1241
1241
1242
1242
<pre class="idl">
1243
- partial interface GlobalEventHandlers {
1243
+ partial interface mixin GlobalEventHandlers {
1244
1244
attribute EventHandler ontransitionrun;
1245
1245
attribute EventHandler ontransitionstart;
1246
1246
attribute EventHandler ontransitionend;
You can’t perform that action at this time.
0 commit comments