-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
window.close() incorrectly refers to incumbent global object's node navigable #10418
Comments
The intention is the incumbent global object's navigable. |
We can probably also use that definition to simplify step 2. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the issue with the HTML Standard?
Here: https://html.spec.whatwg.org/multipage/nav-history-apis.html#dom-window-close
One of the subconditions of step 7 is:
But global objects don't have a node navigable. Nodes have a node navigable.
It's not clear to me which node is being implied here. The active document of the incumbent global object's browsing context perhaps? Could use clarification :)
The text was updated successfully, but these errors were encountered: