We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
... should "inform the navigation API about aborting navigation" only if "navigable's ongoing navigation" is not null.
It's set to null e.g. in step 2 of https://html.spec.whatwg.org/#navigate-to-a-javascript:-url.
The text was updated successfully, but these errors were encountered:
Why do you think this? If we reach step 2 of https://html.spec.whatwg.org/#navigate-to-a-javascript:-url, we are aborting the ongoing navigation, and so we should inform the navigation API about it.
Sorry, something went wrong.
No branches or pull requests
What is the issue with the HTML Standard?
... should "inform the navigation API about aborting navigation" only if "navigable's ongoing navigation" is not null.
It's set to null e.g. in step 2 of https://html.spec.whatwg.org/#navigate-to-a-javascript:-url.
The text was updated successfully, but these errors were encountered: