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

Set opener when existing browsing context is navigated as part of Window.open #23040

Open
gterzian opened this issue Mar 15, 2019 · 0 comments
Open
Labels
A-content/dom Interacting with the DOM from web content

Comments

@gterzian
Copy link
Member

See step 16 of https://html.spec.whatwg.org/multipage/window-object.html#window-open-steps

I think we're currently only setting opener when we create a new auxiliary as part of create_auxiliary_browsing_context, and we're not doing it when an existing BC is navigated as part of open.

@gterzian gterzian added the A-content/dom Interacting with the DOM from web content label Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-content/dom Interacting with the DOM from web content
Projects
None yet
Development

No branches or pull requests

1 participant