GoogleChromeLabs / sw-appcache-behavior

A service worker implementation of the behavior defined in a page's AppCache manifest.
Apache License 2.0
54 stars 15 forks source link

Fixed references with links to archived HTML5 standard #41

Closed arneschuldt closed 3 years ago

arneschuldt commented 3 years ago

Problem

Some links in the source code did not work any longer because the destination has been removed from the HTML5 standard.

Solution

This pull request replaces the links with their most recent version found in the Internet Archive. As far as I can see, this version matches the description in the code documentation.

In doing so, I replaced all references to the same archived version (although at least one link to a draft snapshot at the W3C was still working) for consistency reasons.