Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
alancutter committed Oct 31, 2022
1 parent 247d174 commit 14e47ab
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions index.html
Expand Up @@ -296,10 +296,8 @@ <h2>
The steps to <dfn>launch a web app with handling</dfn> are given by
the following algorithm. The algorithm takes a
<a data-cite="appmanifest#dfn-processed-manifest">processed manifest</a>
|manifest:processed manifest|,
an optional |target URL:URL| or {{LaunchParams}}
|params:LaunchParams|, and returns a
[=service worker client/window client=].
|manifest:processed manifest| and an optional |target URL:URL| or
{{LaunchParams}} |params:LaunchParams|.
</p>
<ol class="algorithm">
<li>If |params| is null:
Expand Down Expand Up @@ -402,14 +400,14 @@ <h2>
</p>
<ol class="algorithm">
<li>Let |client| be the result of
<a href="https://html.spec.whatwg.org/multipage/browsers.html#creating-a-new-top-level-browsing-context">
<a data-cite="html#creating-a-new-top-level-browsing-context">
creating a new top-level browsing context</a>.
</li>
<li>[=Navigate=] |client| passing |target URL|.
</li>
<li><a data-cite="appmanifest#dfn-applied">Apply</a> |manifest| to
|client|.
</li>
<li>Run the steps to [=navigate=] |client| passing |target URL|.
</li>
<li>Return |client|.
</li>
</ol>
Expand Down

0 comments on commit 14e47ab

Please sign in to comment.