Skip to content

Commit 9252cf8

Browse files
annevkdomenic
authored andcommitted
Editorial: add missing <hr>
Also move a comment to the correct place.
1 parent fae77e3 commit 9252cf8

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

source

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89962,14 +89962,6 @@ typedef <span>OnBeforeUnloadEventHandlerNonNull</span>? <dfn>OnBeforeUnloadEvent
8996289962

8996389963
<hr>
8996489964

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-
8997389965
<p>The following are the <span>event handlers</span> (and their corresponding <span
8997489966
data-x="event handler event type">event handler event types</span>) <span w-nodev>that must be</span>
8997589967
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
8998589977
<tr><td><dfn><code data-x="handler-onpaste">onpaste</code></dfn> <td> <code data-x="event-paste">paste</code>
8998689978
</table>
8998789979

89980+
<hr>
89981+
8998889982
<p>The following are the <span>event handlers</span> (and their corresponding <span data-x="event
8998989983
handler event type">event handler event types</span>) <span w-nodev>that must be</span>
8999089984
supported on <code>Document</code> objects as <span>event handler IDL attributes</span>:</p>
8999189985

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+
8999289994
<table>
8999389995
<thead>
8999489996
<tr><th><span data-x="event handlers">Event handler</span> <th><span>Event handler event type</span>

0 commit comments

Comments
 (0)