On Wed, May 6, 2009 at 9:56 AM, Philip Taylor <span dir="ltr"><<a href="mailto:excors%2Bwhatwg@gmail.com">excors+whatwg@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Could <iframe sandbox> work as a workaround?<br>
<br>
    var iframe = document.createElement('iframe');<br>
    iframe.sandbox = ''; // (um, I hope this is right? I'm guessing<br>
any non-null/undefined value enables sandboxing, or something)<br>
    iframe.seamless = true;<br>
    iframe.src = 'data:text/html,'+encodeURIComponent(tweet);<br>
    document.getElementById('whatwg_tweet').appendChild(iframe);<br>
</blockquote><div> </div></div>Seamless sandboxed IFRAMEs are probably harder to implement, probably heavier-weight, and won't work in all situations, such as if you want to get safe inline content or want to safely manipulate the content before displaying it.<br clear="all">
<br>Rob<br>-- <br>"He was pierced for our transgressions, he was crushed for our iniquities; the punishment that brought us peace was upon him, and by his wounds we are healed. We all, like sheep, have gone astray, each of us has turned to his own way; and the LORD has laid on him the iniquity of us all." [Isaiah 53:5-6]<br>