I am trying a simple test on the offline part of html 5 with this page :
- Code: Select all
<!DOCTYPE html>
<html manifest="test.manifest">
<head>
</head>
<body>
<img src="http://www.somewebsite.com/picture.jpg"/>
</body>
</html>
the manifest can't be simplier :
- Code: Select all
CACHE MANIFEST
#v0.1
So the cache seems to be working well as i can access my web page even after disabling the web server providing it.
But the picture (stored somewhere else on the web) is not displayed.
Sure i can add it to the manifest but why is it necessary while i'm online ?