Skip to content
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

Editorial: Fix navigation API to check correct activation #10363

Merged
merged 1 commit into from
May 24, 2024

Conversation

lukewarlow
Copy link
Member

@lukewarlow lukewarlow commented May 23, 2024

Fix navigation API to check correct activation

Previously it checked for transient activation when it should be checking for history-action activation.

See #10359

Chromium already implements it this way.

cc @rwlbuis @TingPing who are doing the WebKit implementation.

I'm unaware of any implementation progress on Firefox yet.

(See WHATWG Working Mode: Changes for more details.)


/nav-history-apis.html ( diff )

Previously it checked for transient activation when it should be checking for history-action activation.
@lukewarlow lukewarlow requested a review from domenic May 23, 2024 10:03
@domenic domenic merged commit d28284f into whatwg:main May 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants