Skip to content

Commit 5d22ffa

Browse files
committed
Fix the incorrect link to navigation
The "navigation" used in versions of the spec from 33c1f38 used to link to "Go". The previous commit attempted to fix this by removing the link and linking to the generic navigation definition however this was not the intent. SO this was originally introduced in w3c#1040 this fixes this and so now correctly shows when prompts from beforeunload should be implicitly dismissed
1 parent dc4d6f1 commit 5d22ffa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -9730,9 +9730,8 @@ <h2>User prompts</h2>
97309730

97319731
<p><a>User prompts</a> that are spawned
97329732
from <a><code>beforeunload</code></a> event handlers,
9733-
are <a>dismissed</a> implicitly upon a subsequent <a>navigation</a>
9734-
or a subsequent <a>close window</a>,
9735-
regardless of the defined <a>user prompt handler</a>.
9733+
are <a>dismissed</a> implicitly upon a <a data-lt="Navigate To">navigation</a>
9734+
or a <a>close window</a>, regardless of the defined <a>user prompt handler</a>.
97369735

97379736
<p>A <a>user prompt</a> has an associated <dfn>user prompt message</dfn>
97389737
that is the string message shown to the user,

0 commit comments

Comments
 (0)