-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
What problem are you trying to solve?
Current web development faces two significant, often conflicting, challenges when integrating content from third-party websites: poor User Experience (UX) and restrictive Security Policies.
Read the PDF for more context.
Technical Specification Draft_ The webview-preview Element.pdf
What solutions exist today?
iframe or object
How would you solve it?
We propose the introduction of a new JavaScript Constructor Interface, WebViewPreview() or webview-preview element, which delegates the responsibility of content isolation and mandatory attribution UI to the User Agent (Browser).
This solution eliminates the need for developers to use complex server-side proxies or manually manage the security of <iframe> elements.
Read the PDF for more context.
Anything else?
That covers everything for now. Thank you for your time and attention to this proposal.