You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the URL of the given resource is not about:blank, the element's nested browsing context must then be navigated to that resource, with replacement enabled, and with the object element's node document's browsing context as the source browsing context.
Navigate the element's child browsing context to url.
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:
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.
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.
<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: