From 4d0fab245833e7f00231e64a0d612bd1f35c8b88 Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Thu, 21 Apr 2016 13:54:41 +1000 Subject: [PATCH] Fix(updates): remove text about updates (closes #384) --- index.html | 29 ++--------------------------- 1 file changed, 2 insertions(+), 27 deletions(-) diff --git a/index.html b/index.html index 118ea006..ef517e2b 100644 --- a/index.html +++ b/index.html @@ -911,8 +911,7 @@

This section defines algorithms for obtaining, processing, and applying a - manifest, and gives recommendations to implementers on how to - react when the manifest is updated. + manifest.

@@ -1201,31 +1200,7 @@

Updating the manifest

-
-

- By using the manifest URL, a user agent MAY periodically check - if the contents of a manifest has been modified (e.g., by honoring - HTTP cache directives associated with the manifest or by checking for - updates after the web application has been launched). In the event - that the members of the manifest have been updated, as determined by - running the steps for processing a manifest and seeing if - anything has changed, the user agent MAY update the metadata - corresponding to the web application (e.g., by replacing the name, - icons, navigation scope, or whatever other data has been - changed). -

-

- In addition, even if the manifest has not been modified, the user - agents MAY periodically check if resources referenced from a manifest - (e.g., the icons) have been modified by honoring HTTP cache - directives. If any resources have been modified, the user agent MAY - replace any stale resources. -

-

- To avoid one application masquerading as another, it is RECOMMENDED - that users be made aware of any such updates using implementation or - platform specific conventions. -

+