Skip to content

Commit

Permalink
Export the terms 'manifest URL' and 'start URL'.
Browse files Browse the repository at this point in the history
These are generally useful concepts relevant to the manifest spec but not internal details. I am exporting them because they need to be linked from the manifest-incubations spec.
  • Loading branch information
mgiuca committed Mar 7, 2024
1 parent 53d48ea commit 159dfd7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ <h2>
application is launched.
</p>
<p>
A manifest has an associated <dfn>manifest URL</dfn>, which is the
[[URL]] from which the <a>manifest</a> was fetched.
A manifest has an associated <dfn data-export="">manifest URL</dfn>,
which is the [[URL]] from which the <a>manifest</a> was fetched.
</p>
<p>
A [=manifest=] can have any of the following members at its root, all
Expand Down Expand Up @@ -759,10 +759,11 @@ <h3>
<p>
The [=manifest's=] <code><dfn data-export="" data-dfn-for=
"manifest">start_url</dfn></code> member is a <a>string</a> that
represents the <dfn>start URL</dfn> , which is <a>URL</a> that the
developer would prefer the user agent load when the user launches the
web application (e.g., when the user clicks on the icon of the web
application from a device's application menu or homescreen).
represents the <dfn data-export="">start URL</dfn> , which is
<a>URL</a> that the developer would prefer the user agent load when
the user launches the web application (e.g., when the user clicks on
the icon of the web application from a device's application menu or
homescreen).
</p>
<p>
The [=manifest/start_url=] member is purely advisory, and a user
Expand Down

0 comments on commit 159dfd7

Please sign in to comment.