On 5/14/07, <b class="gmail_sendername">Michel Fortin</b> <<a href="mailto:michel.fortin@michelf.com">michel.fortin@michelf.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le 2007-05-14 à 11:35, Alexey Feldgendler a écrit :<br><br>> I'd treat these two problems as equally important. A separate HTTP<br>> request per forum comment on the page is completely unacceptable.<br><br>What about encoding the content of each comment iframe in a "data:" URI?
</blockquote><div><br>The contents of an iframe with a data: URI source should be
trusted, unlike an iframe with an http: URI source from another
domain.  A script in an iframe with a data: URI source should, by
default, be able to communicate with the parent window.  So, that alone
doesn't solve the problem.
<br></div></div>