@@ -89962,14 +89962,6 @@ typedef <span>OnBeforeUnloadEventHandlerNonNull</span>? <dfn>OnBeforeUnloadEvent
89962
89962
89963
89963
<hr>
89964
89964
89965
- <!-- this guy is only on Document and not on HTMLElement because otherwise HTMLScriptElement would
89966
- have it and that causes compatibility issues since IE fires readystatechange events on <script>,
89967
- not load events, and we can't fire both, and some sites try to decide which to look for based on
89968
- the presence of script.onreadystatechange on HTMLScriptElement.
89969
- https://www.w3.org/Bugs/Public/show_bug.cgi?id=13965
89970
- https://lists.w3.org/Archives/Public/public-whatwg-archive/2011Sep/0074.html
89971
- -->
89972
-
89973
89965
<p>The following are the <span>event handlers</span> (and their corresponding <span
89974
89966
data-x="event handler event type">event handler event types</span>) <span w-nodev>that must be</span>
89975
89967
supported by all <span>HTML elements</span>, as both <span>event handler content attributes</span>
@@ -89985,10 +89977,20 @@ typedef <span>OnBeforeUnloadEventHandlerNonNull</span>? <dfn>OnBeforeUnloadEvent
89985
89977
<tr><td><dfn><code data-x="handler-onpaste">onpaste</code></dfn> <td> <code data-x="event-paste">paste</code>
89986
89978
</table>
89987
89979
89980
+ <hr>
89981
+
89988
89982
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
89989
89983
handler event type">event handler event types</span>) <span w-nodev>that must be</span>
89990
89984
supported on <code>Document</code> objects as <span>event handler IDL attributes</span>:</p>
89991
89985
89986
+ <!-- This is only on Document and not on HTMLElement because otherwise HTMLScriptElement would
89987
+ have it and that causes compatibility issues since IE fires readystatechange events on <script>,
89988
+ not load events, and we can't fire both, and some sites try to decide which to look for based on
89989
+ the presence of script.onreadystatechange on HTMLScriptElement.
89990
+ https://www.w3.org/Bugs/Public/show_bug.cgi?id=13965
89991
+ https://lists.w3.org/Archives/Public/public-whatwg-archive/2011Sep/0074.html
89992
+ -->
89993
+
89992
89994
<table>
89993
89995
<thead>
89994
89996
<tr><th><span data-x="event handlers">Event handler</span> <th><span>Event handler event type</span>
0 commit comments