<div>Couple of comments...</div><div><br></div><div>1) Aaron&#39;s comment was not about caching them at all, it was about referring to them from a cached application and having them load via the network as usual. &quot;Step 5&quot; gets in the way of that.</div>
<div><br></div><div>2) The spec already allows for cross-origin caching, they can be explicitly listed in a manifest file.</div><div><br><br><div class="gmail_quote">On Mon, Jul 6, 2009 at 1:28 PM, Jonas Sicking <span dir="ltr">&lt;jonas@sicking.cc&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="it">On Mon, Jul 6, 2009 at 11:46 AM, Aaron Whyte&lt;<a href="mailto:awhyte@google.com">awhyte@google.com</a>&gt; wrote:<br>

</div><div class="it">&gt; When a page is loaded from an AppCache, even when online, external resources<br>
&gt; such as images will not be loaded at all.<br>
&gt; If <a href="http://foo.com" target="_blank">foo.com</a> has an image &lt;img src=&quot;<a href="http://bar.com/img.png" target="_blank">http://bar.com/img.png</a>&quot; /&gt;, then according<br>
&gt; to the steps in<br>
&gt; <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#changesToNetworkingModel" target="_blank">http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#changesToNetworkingModel</a><br>

&gt; it will fail the load for the resource.<br>
&gt; For example, someone with an Offline Gmail client would never be able to see<br>
&gt; cross-domain images in emails, even when completely online.<br>
&gt; There&#39;s no workaround in the current spec.<br>
<br>
</div>The workaround is for the gmail to download the images to gmails<br>
servers and then serve them from a google domain. Not as simple as<br>
simply being able to cache urls from other servers I agree, but doing<br>
multi domain application caches is very complicated from a security<br>
point of view so I think we wanted to stay clear of it for the first<br>
iteration of the spec.<br>
<font color="#888888"><br>
/ Jonas<br>
</font></blockquote></div><br></div>