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

Use `partial` definitions for monkey-patched Web IDL #21

Closed tidoust closed 8 months ago

tidoust commented 8 months ago

The partial Web IDL keyword allows to extend the base HTMLIFrameElement and Window interfaces properly, without creating duplicate definitions. This is needed to be able to merge the IDL blocks with those of the HTML spec.

(The update also fixes the actual definition of the attribute in prose to leverage Bikeshed's cross-referencing capabilities)


Preview | Diff

ArthurSonzogni commented 8 months ago

Thanks! +CC @camillelamy