- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 19 Jul 2021 17:08:35 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 20 July 2021 00:08:47 UTC
@marcoscaceres commented on this pull request. > @@ -808,6 +811,53 @@ <h3> </p> </section> </section> + <section> + <h3> + `id` member + </h3> + <p> + The [=manifest's=] <code><dfn data-export="" data-dfn-for= + "manifest">id</dfn></code> member is a <a>string</a> that + represents the <dfn>id</dfn> for the application. + </p> + <p>The |id| is used by user agents uniquely identify the application + globally. When |id| is changed, it's recognized as a new app and "Globally" might be confusing (as it might be confused with "global scope"), "universally" maybe? Assuming there cannot be collisions because another app in the same origin will effectively claim the "id". -- 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-710077707
Received on Tuesday, 20 July 2021 00:08:47 UTC