Re: [w3c/manifest] Define an algorithm for launching a web app (PR #1056)

@alancutter commented on this pull request.



> +          takes a [=Document/processed manifest=] |manifest:processed manifest|,
+          an optional |target URL:URL| and an optional
+          <a data-cite="html#post-resource">POST resource</a> |POST resource|.
+        </p>
+        <ol class="algorithm">
+          <li>If |target URL| was not given, set |target URL| to [=start URL=].
+          </li>
+          <li>Let |traversable| be the result of
+              <a data-cite="html#create-a-fresh-top-level-traversable">
+              creating a fresh top-level traversable</a> with |target URL|
+              and |POST resource| (or null if |POST resource| was not given).
+          </li>
+          <li>Let |browsing context| be the |traversable|'s
+              <a data-cite="html#nav-bc">active browsing context</a>.
+          </li>
+          <li>[=Apply=] |manifest| to |browsing context| prior to the

Done.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/pull/1056#discussion_r1014960458
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/pull/1056/review/1169734054@github.com>

Received on Monday, 7 November 2022 02:47:11 UTC