<div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't see the problem. You should presumably never be sending back a<br>
404, since the user will never request a page you don't have unless you<br>
have a broken link or something, and you should never ever send back a 500<br>
unless your server is in fact offline (or broken, which amounts to the<br>
same thing).<br></blockquote><div><br></div><div>Yes, of course the app shouldn't be making a habit out of returning 404 and 500 pages.  That doesn't mean it won't ever happen and shouldn't be accommodated for.  Pages get removed, google has stale links, other sites have link backs, users type the wrong thing into the URL bar.... </div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Generally speaking, by the way, having your entire site in the FALLBACK<br>
section under one entry is probably not what you want. The FALLBACK<br>
section is supposed to just be for files that you would want to have<br>
cached but that you don't cache because there's too many of them (e.g.<br>
photos on Flickr). The fallback page is supposed to be able to generate<br>
the page from the local database, if the data is available.<br></blockquote><div><br></div><div>I'm using a derivative of an example given by current living standard.</div><div><br></div><div>See section 6.3.3.1 (last example)</div>

<div><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#some-sample-manifests">http://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#some-sample-manifests</a></div><div><br>

</div><div>... as far as I can tell that example is going to break all existing error pages and is probably not something that should be in the standard unless there's a workaround for the issue.</div><div><br></div>
<div>
<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
--<br>
Ian Hickson               U+1047E                )\._.,--....,'``.    fL<br>
<a href="http://ln.hixie.ch/" target="_blank">http://ln.hixie.ch/</a>       U+263A                /,   _.. \   _\  ;`._ ,.<br>
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'<br>
</div></div></blockquote></div><br>