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

@alancutter commented on this pull request.



> +          or start menu.
+        </p>
+        <p>
+          The steps to <dfn data-lt="launching a web application">launch a web
+          application</dfn> is given by the following algorithm. The algorithm
+          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).

Done.

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

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

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