- From: Ian Jacobs <ij@w3.org>
- Date: Mon, 12 Apr 2010 16:35:19 -0500
- To: Grégoire Lhotellier <glhotellier@yahoo.fr>
- Cc: site-comments@w3.org
On 10 Apr 2010, at 2:28 AM, Grégoire Lhotellier wrote: > Hello, > > I am trying a simple exemple of the offline / cache side of html 5. Hi Grégoire, Unfortunately I won't be able to help you very much. I think the best list to use is www-html@w3.org. _ Ian > > Here is my simple web page : > > <!DOCTYPE html> > <html manifest="test.manifest"> > <head> > </head> > <body> > <img src="http://www.somewebsite.com/picture.jpg"/> > </body> > </html> > > and here is the manifest : > > CACHE MANIFEST > #v0.1 > > NETWORK: > http://www.somewebsite.com/ > > > This works fine, my picture is displayed, but I'd like to do the > same thing whatever the host of the picture might be. So I tried with > > CACHE MANIFEST > #v0.1 > > NETWORK: > * > > > to switch the online whitelist wildcard flag to open but I can't get > it work on Firefox (3.6) and Safari (4.0.5). Am I missing something > or is there another way to change the flag ? > > Best regards, Grégoire Lhotellier. > > > > > -- Ian Jacobs (ij@w3.org) http://www.w3.org/People/Jacobs/ Tel: +1 718 260 9447
Received on Monday, 12 April 2010 21:35:22 UTC