- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Wed, 28 Aug 2013 12:36:51 -0400
- To: Jonas Sicking <jonas@sicking.cc>
- Cc: WHAT Working Group <whatwg@lists.whatwg.org>
On 8/28/13 12:20 PM, Jonas Sicking wrote: > * It makes it impossible to have create a relative URL from inside the > zip file to refer to something on the same server but outside of the > zip file. I think this comes back to use cases. If the idea of having the zip is "here is stuff that should live in its own world", then we do not want easy ways to get out of it via relative URIs. If the idea is to have "here is a fancy way of representing a directory" then relative URIs should Just Work across the zip boundary, like they would for any other directory. Which model are we working with here? Or some other one that doesn't match either of those two? -Boris
Received on Wednesday, 28 August 2013 16:37:36 UTC