diff --git a/index.html b/index.html index 092c9b6e..89056686 100644 --- a/index.html +++ b/index.html @@ -192,7 +192,7 @@
The [=manifest's=] id member is a string that represents
- the identity for the application. The [=identity=] takes
- the form of a URL, which is same origin as the [=start URL=].
-
- The [=identity=] is used by user agents to uniquely identify the - application universally. When the user agent sees a manifest with an - [=identity=] that does not correspond to an already-installed - application, it SHOULD treat that manifest as a description of a - distinct application, even if it is served from the same URL as that - of another application. When the user agent sees a manifest where - |manifest|["id"] is [=url/equal=] (with [=URL/equals/exclude - fragments=] OPTIONALLY set to true) to the [=identity=] of an + the identity for the application. The + [=installed web application/identity=] takes the form of a URL, which + is same origin as the [=start URL=]. +
++ The [=installed web application/identity=] is used by user agents to + uniquely identify the application universally. When the user agent + sees a manifest with an [=installed web application/identity=] that + does not correspond to an already-installed application, it SHOULD + treat that manifest as a description of a distinct application, even + if it is served from the same URL as that of another application. + When the user agent sees a manifest where |manifest|["id"] is + [=url/equal=] (with [=URL/equals/exclude fragments=] OPTIONALLY set + to true) to the [=installed web application/identity=] 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 @@ -894,13 +897,14 @@
- The [=identity=] can be used by a service that collects lists of web - applications to uniquely identify applications. + The [=installed web application/identity=] can be used by a service + that collects lists of web applications to uniquely identify + applications.
- The [=identity=] is processed like a URL but it doesn't point to a - resource that can be navigated to, so it's not required to be - [=URL/within scope=]. + The [=installed web application/identity=] is processed like a URL + but it doesn't point to a resource that can be navigated to, so it's + not required to be [=URL/within scope=].
To process the `id` member, given [=ordered map=]