- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 23 Mar 2021 19:38:28 +0000
- To: public-css-archive@w3.org
Yeah, the first solution is basically "standardize and simplify the postMessage() dance". The second solution is trying to solve the original `<iframe seamless>` use-cases (safely embed arbitrary content in your webpage, via a locked-down iframe+srcdoc) without the complications of the "apply outer page's style to the iframe'd page" that `seamless` tried to do; it's slightly more complex than strictly necessary to keep the overall solution consistent with the first one. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1771#issuecomment-805180047 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 23 March 2021 19:38:29 UTC