- From: Grégoire Lhotellier <glhotellier@yahoo.fr>
- Date: Sat, 10 Apr 2010 07:28:54 +0000
- To: site-comments@w3.org
Hello, I am trying a simple exemple of the offline / cache side of html 5. 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.
Received on Saturday, 10 April 2010 13:37:26 UTC