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

isAnonymouslyFramed naming should probably be anonymouslyFramed #7

Closed domenic closed 2 years ago

domenic commented 2 years ago

See https://w3ctag.github.io/design-principles/#naming-booleans and other precedents like crossOriginIsolated or originAgentCluster which do not have the is prefix.

ArthurSonzogni commented 2 years ago

Okay, let's proceed with this change. Thanks for letting us know!

ArthurSonzogni commented 2 years ago

Done in Chrome: https://chromium-review.googlesource.com/c/chromium/src/+/3790944