From 159dfd7c3de7bf711d0ee0074ce116b50d8eedec Mon Sep 17 00:00:00 2001 From: Matt Giuca Date: Thu, 7 Mar 2024 16:28:02 +1100 Subject: [PATCH] Export the terms 'manifest URL' and 'start URL'. 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. --- index.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index c1ac45dc..19441d4e 100644 --- a/index.html +++ b/index.html @@ -161,8 +161,8 @@

application is launched.

- A manifest has an associated manifest URL, which is the - [[URL]] from which the manifest was fetched. + A manifest has an associated manifest URL, + which is the [[URL]] from which the manifest was fetched.

A [=manifest=] can have any of the following members at its root, all @@ -759,10 +759,11 @@

The [=manifest's=] start_url member is a string that - represents the start URL , which is URL 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 start URL , which is + URL 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).

The [=manifest/start_url=] member is purely advisory, and a user