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

"top-level browsing context" reference incorrect/outdated #39

Closed
domenic opened this issue May 8, 2023 · 0 comments · Fixed by #50
Closed

"top-level browsing context" reference incorrect/outdated #39

domenic opened this issue May 8, 2023 · 0 comments · Fixed by #50

Comments

@domenic
Copy link

domenic commented May 8, 2023

If the relevant global object of this is not a top-level browsing context

First, the global object will be a Window. You cannot use the predicate "top-level browsing context" on a Window object; they're different things.

Second, in whatwg/html#6315 we generally moved away from browsing contexts.

So, the right way to do this is:

If [=this=]'s [=relevant global object=]'s [=Window/navigable=] is not a [=top-level traversable=], then...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant