Skip to content

Commit

Permalink
Linkify term 'start URL'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgiuca committed Mar 7, 2024
1 parent 1b3099b commit 53d48ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -607,8 +607,8 @@ <h3>
<aside class="note" title="Default scope">
<p>
The "default scope" (when [=manifest/scope=] member is missing,
empty, or failure) is the start URL, but with its filename, query,
and fragment removed.
empty, or failure) is the [=start URL=], but with its filename,
query, and fragment removed.
</p>
</aside>
<p>
Expand Down Expand Up @@ -822,12 +822,12 @@ <h3>
<p>
Given the above, it is RECOMMENDED that, upon installation, or any
time thereafter, a user agent allows the user to inspect and, if
necessary, modify the <a>start URL</a> of an application.
necessary, modify the [=start URL=] of an application.
</p>
<p>
Additionally, developers MUST NOT use the <a>start URL</a> to
include information that uniquely identifies a user (e.g.,
"?user=123" or "/user/123/", or "https://user123.foo.bar").
Additionally, developers MUST NOT use the [=start URL=] to include
information that uniquely identifies a user (e.g., "?user=123" or
"/user/123/", or "https://user123.foo.bar").
</p>
</section>
</section>
Expand All @@ -839,7 +839,7 @@ <h3>
The [=manifest's=] <code><dfn data-export="" data-dfn-for=
"manifest">id</dfn></code> member is a <a>string</a> that represents
the <dfn>identity</dfn> for the application. The [=identity=] takes
the form of a URL, which is same origin as the start URL.
the form of a URL, which is same origin as the [=start URL=].
</p>
<p>
The [=identity=] is used by user agents to uniquely identify the
Expand Down

0 comments on commit 53d48ea

Please sign in to comment.