Skip to content

Commit dad854e

Browse files
committed
Remove event path monkey patch
The DOM Standard (finally) defines that Window is at the top of the event path when a Document has an associated browsing context and the event’s type is not “load”. See whatwg/dom@2d7b637 for details.
1 parent ec1dc4d commit dad854e

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

source

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86500,24 +86500,6 @@ interface <dfn>WindowEventHandlers</dfn> {
8650086500
</div>
8650186501

8650286502

86503-
<div w-nodev>
86504-
86505-
<h5>Events and the <code>Window</code> object</h5>
86506-
86507-
<p>When an event is dispatched at a DOM node in a <code>Document</code> that has a <span
86508-
data-x="concept-document-bc">browsing context</span>, if the event is not a <code
86509-
data-x="event-load">load</code> event, the user agent must act as if, for the purposes of <span
86510-
data-x="concept-event-dispatch">event dispatching</span>, the <code>Window</code> object is the
86511-
parent of the <code>Document</code> object. <ref spec=DOM></p>
86512-
86513-
<!-- If Anne does this: http://krijnhoetmer.nl/irc-logs/whatwg/20121205#l-4 (see bug 18780)
86514-
<p>If a <code>Document</code> object is associated with a <code>Window</code> object, its
86515-
<span>event parent</span> is that <code>Window</code> object.</p>
86516-
-->
86517-
86518-
</div>
86519-
86520-
8652186503
<h3 id="atob">Base64 utility methods</h3>
8652286504

8652386505
<p>The <code data-x="dom-windowbase64-atob">atob()</code> and <code

0 commit comments

Comments
 (0)