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

COEP needs to change "nested through" usage #5149

Closed
zcorpan opened this issue Dec 13, 2019 · 1 comment · Fixed by WICG/cross-origin-embedder-policy#6
Closed

COEP needs to change "nested through" usage #5149

zcorpan opened this issue Dec 13, 2019 · 1 comment · Fixed by WICG/cross-origin-embedder-policy#6
Labels
integration Better coordination across standards needed topic: cross-origin-embedder-policy Issues and ideas around the new "require CORP for subresource requests and frames and etc" proposal

Comments

@zcorpan
Copy link
Member

zcorpan commented Dec 13, 2019

https://mikewest.github.io/corpp/#process-navigation-response

    *   The {{Document}} [=nested through|through which=] |target| is nested has an
        [=document/embedder policy=] of "`none`".

Running bikeshed for COEP gives a link error:

$ bikeshed
LINE ~335: No 'dfn' refs found for 'nested through'.
 ✔  Successfully generated, with 1 linking errors

"Nested through" was changed in #5091

I think the new term is "container document", but maybe the wording should be different to make sense.

cc @mikewest @annevk

@zcorpan zcorpan added integration Better coordination across standards needed topic: cross-origin-embedder-policy Issues and ideas around the new "require CORP for subresource requests and frames and etc" proposal labels Dec 13, 2019
@annevk
Copy link
Member

annevk commented Dec 13, 2019

The first two statements should be something like:

  • target is not a child browsing context.
  • target's container document's embedder policy is "none".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration Better coordination across standards needed topic: cross-origin-embedder-policy Issues and ideas around the new "require CORP for subresource requests and frames and etc" proposal
Development

Successfully merging a pull request may close this issue.

2 participants