Skip to content

Commit 122a784

Browse files
vkatsikarosshs96c
authored andcommitted
Add dependency for load event and link text
1 parent 63e8230 commit 122a784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webdriver-spec.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ <h3>Dependencies</h3>
374374
<ul>
375375
<!-- beforeunload --> <li><dfn><a href=https://html.spec.whatwg.org/#event-beforeunload><code>beforeunload</code></a></dfn>
376376
<!-- DOMContentLoaded --> <li><dfn><a href=https://html.spec.whatwg.org/#event-domcontentloaded><code>DOMContentLoaded</code></a></dfn>
377+
<!-- load --> <li><dfn><a href="https://html.spec.whatwg.org/multipage/indices.html#event-load"><code>load</code></a></dfn>
377378
<!-- PageHide --> <li><dfn><a href="https://html.spec.whatwg.org/multipage/indices.html#event-pagehide"><code>pageHide</code></a></dfn>
378379
<!-- PageShow --> <li><dfn><a href="https://html.spec.whatwg.org/multipage/indices.html#event-pageshow"><code>pageShow</code></a></dfn>
379380
</ul>
@@ -2795,7 +2796,7 @@ <h2>Navigation</h2>
27952796
the point at which the command returns
27962797
is determined by the session’s <a>page loading strategy</a>.
27972798
The <a>normal</a> state causes it
2798-
to return after the load <a>event fires</a> on the new page,
2799+
to return after the <a><code>load</code></a> <a>event fires</a> on the new page,
27992800
<a>eager</a> causes it to return
28002801
after the <a><code>DOMContentLoaded</code></a> <a>event fires</a>,
28012802
and <a>none</a> causes it to return immediately.

0 commit comments

Comments
 (0)