[whatwg] Offline Web Apps

On Mon, 10 Sep 2007, Robert O'Callahan wrote:
> 
> Here's a real-life example:
> https://bugzilla.mozilla.org/show_bug.cgi?id=389437#c3
> Now if we refit Bugzilla for offline support, this will become something
> like
> https://bugzilla.mozilla.org/show_bug.cgi#id=389437,c3
> If we want the same URIs used both offline and online (which I strongly
> believe is required), then for things to work when script is disabled, the
> query parameters have to be stuffed into the "name" attributes. I guess
> that's OK although it's a bit annoying.

Why wouldn't you just offline-cache the
   https://bugzilla.mozilla.org/show_bug.cgi?id=389437
...file?

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Sunday, 9 September 2007 23:31:17 UTC