-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix regression in definition of beforeunload prompts caused by #1040 / #1518 #1573
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -9730,9 +9730,8 @@ <h2>User prompts</h2> | |||||||||||
|
||||||||||||
<p><a>User prompts</a> that are spawned | ||||||||||||
from <a><code>beforeunload</code></a> event handlers, | ||||||||||||
are <a>dismissed</a> implicitly upon <a>navigation</a> | ||||||||||||
or <a>close window</a>, | ||||||||||||
regardless of the defined <a>user prompt handler</a>. | ||||||||||||
are <a>dismissed</a> implicitly upon a <a data-lt="Navigate To">navigation</a> | ||||||||||||
or a <a>close window</a>, regardless of the defined <a>user prompt handler</a>. | ||||||||||||
Comment on lines
+9733
to
+9734
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @jgraham I am not sure that this makes clearer, rather the reverse. |
||||||||||||
|
||||||||||||
<p>A <a>user prompt</a> has an associated <dfn>user prompt message</dfn> | ||||||||||||
that is the string message shown to the user, | ||||||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1040 changed
Go
toNavigate To
and broke the link.#1518 then tried to fix warnings in invalid links but linked to the wrong thing. (
navigation
being all implicit navigation and not just explicit inNavigate To
)