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

"the top-level browsing context" is not well-defined #500

Open
domenic opened this issue Jun 28, 2022 · 0 comments
Open

"the top-level browsing context" is not well-defined #500

domenic opened this issue Jun 28, 2022 · 0 comments

Comments

@domenic
Copy link

domenic commented Jun 28, 2022

#197 is part of this, but the problem is deeper.

"the top-level browsing context" is used several times in the spec. However that term is not defined in HTML. Instead HTML defines the top-level browsing context of another browsing context. You need to start with a browsing context to get the top-level one!

So statements like

Valid targets for an implicit root observer include any Element in the top-level browsing context, as well as any Element in any nested browsing context which is in the list of the descendant browsing contexts of the top-level browsing context.

don't make any sense. Whose top-level browsing context? Presumably the intent is not any top-level browsing context, i.e. it's not a valid target to observe a completely different tab...

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

No branches or pull requests

1 participant