Skip to content

Commit 3784c53

Browse files
committed
Regression fix: run iframe load event steps immediately
This regressed in 61da493 when moving away from "asynchronously" and "synchronously". Fixes #3357.
1 parent 89acb9b commit 3784c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29655,7 +29655,7 @@ interface <dfn>HTMLIFrameElement</dfn> : <span>HTMLElement</span> {
2965529655
location.assign() method -->
2965629656

2965729657
<p>When a <code>Document</code> in an <code>iframe</code> is marked as <span>completely
29658-
loaded</span>, the user agent must run the <span>iframe load event steps</span> <span>in parallel</span>.</p>
29658+
loaded</span>, the user agent must run the <span>iframe load event steps</span>.</p>
2965929659

2966029660
<p class="note">A <code data-x="event-load">load</code> event is also fired at the
2966129661
<code>iframe</code> element when it is created if no other data is loaded in it.</p>

0 commit comments

Comments
 (0)