- From: Glenn Maynard <glenn@zewt.org>
- Date: Tue, 7 May 2013 18:39:39 -0500
- To: Robin Berjon <robin@w3.org>
- Cc: Jonas Sicking <jonas@sicking.cc>, Webapps WG <public-webapps@w3.org>
Received on Tuesday, 7 May 2013 23:40:06 UTC
On Tue, May 7, 2013 at 9:29 AM, Robin Berjon <robin@w3.org> wrote:
> Have you looked at just reusing JAR for this (given that you support it in
> some form already)? I wonder how well it works. Off the top of my head I
> see at least two issues:
>
JARs are just ZIPs with Java metadata. We don't need metadata, so plain
ZIPs are enough.
<link rel="bundle" href="bundle.wrap">
>
> and
>
> <img src="bundle.wrap/img/dahut.**png" alt="a dahut">
>
This depends on a document, so it wouldn't work in workers unless we add a
second API to register them in script.
--
Glenn Maynard
Received on Tuesday, 7 May 2013 23:40:06 UTC