WICG / anonymous-iframe

Give developers the ability to embed third party HTML documents inside a new and ephemeral context. In return, COEP embedding rules can be relaxed. Thanks to anonymous iframe, developers using COEP can now embed third party content that do not.
Other
25 stars 9 forks source link

Meta: overtaking Window interface definition? #22

Closed annevk closed 8 months ago

annevk commented 8 months ago

The DOM Standard got this build error:

LINK ERROR: Multiple possible 'Window' idl refs.
Arbitrarily chose https://html.spec.whatwg.org/multipage/nav-history-apis.html#window
To auto-select one of the following refs, insert one of these lines into a <pre class=link-defaults> block:
spec:html; type:interface; text:Window
spec:anonymous-iframe; type:interface; text:Window
{{Window}}

Could you please resolve that?

ArthurSonzogni commented 8 months ago

I guess it has already been solved by: https://github.com/WICG/anonymous-iframe/pull/21 ?

annevk commented 8 months ago

Indeed, great!