From 92f172f5f5323ef1afd0171055401068f552135e Mon Sep 17 00:00:00 2001 From: Phillis Tang Date: Mon, 11 Oct 2021 14:06:02 -0700 Subject: [PATCH 1/2] Note manifest should always be fetched for installed web app --- source | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/source b/source index b3336b54c58..9c89d1c7d54 100644 --- a/source +++ b/source @@ -25035,10 +25035,29 @@ document.body.appendChild(wbr);

There is no default type for resources given by the manifest keyword.

-

The appropriate time to fetch and process the linked resource for this link type +

When a web application is not installed, + the appropriate time to fetch and process the linked resource for this link type is when the user agent deems it necessary. For example, when the user chooses to install the web application. In that case, only the - first link element in tree order whose install the web application. +

+

+ However, for an installed web application, + the appropriate time to fetch and process the linked resource for this link type + are: +

+ + +

In either cases, only the first link element in tree order whose rel attribute contains the token manifest may be used.

From 7f43619b3e8c5663e0a03becd5e4d90446593d1d Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Tue, 26 Oct 2021 13:54:31 -0400 Subject: [PATCH 2/2] Formatting and close tag fixes --- source | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/source b/source index cc192e81f6a..86b63c6acf9 100644 --- a/source +++ b/source @@ -25037,16 +25037,15 @@ document.body.appendChild(wbr);

There is no default type for resources given by the manifest keyword.

-

When a web application is not installed, - the appropriate time to fetch and process the linked resource for this link type - is when the user agent deems it necessary. For example, when the user chooses to install the web application. -

-

- However, for an installed web application, - the appropriate time to fetch and process the linked resource for this link type - are: -

+

When a web application is not installed, the + appropriate time to fetch and process the linked resource for this link type is when + the user agent deems it necessary. For example, when the user chooses to install the web application.

+ +

For an installed web application, the + appropriate times to fetch and process the linked resource for this link type + are:

+ - -

In either cases, only the first link element in tree order whose rel attribute contains the token In either cases, only the first link element in tree order whose + rel attribute contains the token manifest may be used.

A user agent must not delay the load event for this link type.