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

document.open() doesn't set WindowProxy's [[Window]] #2676

Closed
annevk opened this issue May 13, 2017 · 0 comments
Closed

document.open() doesn't set WindowProxy's [[Window]] #2676

annevk opened this issue May 13, 2017 · 0 comments

Comments

@annevk
Copy link
Member

annevk commented May 13, 2017

It seems like it should as long as we keep creating a new global object there (see #1698 for removing that)... Discovered in #2671.

annevk added a commit that referenced this issue May 17, 2017
This makes browsing context's active document a getter, returning
browsing context's WindowProxy object's [[Window]] internal slot's
associated Document.

This removes some service worker text that was added in #1776.
Reinstating that in some manner is #2687.

Fixes #2657, fixes #2676.
@annevk annevk closed this as completed in 4257a9b May 18, 2017
alice pushed a commit to alice/html that referenced this issue Jan 8, 2019
This makes browsing context's active document a getter, returning
browsing context's WindowProxy object's [[Window]] internal slot's
associated Document.

This removes some service worker text that was added in whatwg#1776.
Reinstating that in some manner is whatwg#2687.

Fixes whatwg#2657, fixes whatwg#2676.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant