- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 08 Aug 2021 22:13:14 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 August 2021 05:13:27 UTC
@marcoscaceres commented on this pull request. > + application. When the user agent sees a manifest with an |identity| + matching that of an already-installed application, it SHOULD be used as + a signal that this manifest is a replacement for the already-installed + application's manifest, and not a distinct application, even if it is + served from a different URL than the one seen previously. + </p> + <p> + The |identity| MAY be used by a service that collects lists of web + applications to uniquely identify applications. + </p> + <p> + To <dfn>process the `id` member</dfn>, given [=object=] + |json:JSON|, [=ordered map=] |manifest:ordered map|: + </p> + <ol class="algorithm"> + <li>Set |manifest|["id"] to |manifest|["start_url"]. I think we might have another issue here: `start_url` might be `undefined`. We would need to assure that `start_url` is always assured for this to work. In that case, the document's URL would again need to be the `start_url`. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/988#pullrequestreview-725021408
Received on Monday, 9 August 2021 05:13:27 UTC