remy / inliner

Node utility to inline images, CSS and JavaScript for a web page - useful for mobile sites
MIT License
1.1k stars 165 forks source link

Don't recommend appcache #114

Closed arkon closed 8 years ago

arkon commented 8 years ago

Appcache is deprecated, while service workers are the preferred method of making things available offline now.

remy commented 8 years ago

It's deprecated? Where? https://www.w3.org/TR/2011/WD-html5-20110525/offline.html

But also, I don't remember recommending appcache, only suggesting that an inlined page can be used with one. Happy to take a PR to remove any such recommendation. Will close in lieu of PR. Cheers.

arkon commented 8 years ago

The updated spec notes that it's in the process of being removed.