Only nullify the navigation API state when cross-document - #12838
Open
noamr wants to merge 3 commits into
Open
Conversation
noamr
force-pushed
the
noamr/nav-restore
branch
from
August 25, 2026 10:54
6d8951e to
9e55ef5
Compare
Contributor
Author
|
@shannonbooth can you verify plz? |
Member
|
This didn't show nicely in the comment since I suppose I commented just out of the context, but I'm referring to the step:
|
Contributor
Author
|
How is it now @shannonbooth ? |
zcorpan
approved these changes
Sep 3, 2026
Contributor
Author
|
@zcorpan I don't have merge rights, mind helping out? Thx! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
traversalis used for same-document traverse navigations, as well as any cross-document navigation.Nullifying the ongoing navigate event + method tracker should only take place when it's an actual cross-doc navigation.
This "ongoing navigation" change should change the state without aborting the current navigation.
Closes #12832
(See WHATWG Working Mode: Changes for more details.)
/browsing-the-web.html ( diff )