-
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
Need to define the source thing (browsing context or not) for iframe loads #1131
Labels
Comments
annevk
added a commit
that referenced
this issue
May 3, 2016
1490eba, from PR #484, removed the source browsing context definition along with "explicit self-navigation override". This restores the definition of source browsing context for these elements as it was before that commit. This fixes #1131, but note that per #1130 further changes are required here, as browsing contexts are not a good concept to use as source.
This is a regression. I posted a PR to fix this without touching #1130 for now as that seems to require quite a bit of effort. |
domenic
pushed a commit
that referenced
this issue
May 3, 2016
1490eba, from PR #484, removed the source browsing context definition while removing the "explicit self-navigation override". This restores the definition of source browsing context for these elements as it was before that commit. This fixes #1131, but note that per #1130 further changes are required here, as browsing contexts are not a good concept to use as source.
Thanks for reporting! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<object>
loads say things like this:In comparison, https://html.spec.whatwg.org/multipage/embedded-content.html#otherwise-steps-for-iframe-or-frame-elements says:
with no mention of what the source browsing context is. now the concept of source browsing context is broken, per #1130, but we should be indicating what the source document or whatever is here; presumably the node document of the iframe or frame element?
The text was updated successfully, but these errors were encountered: