Skip to content

Commit

Permalink
Use new html concept
Browse files Browse the repository at this point in the history
  • Loading branch information
alancutter committed Nov 2, 2022
1 parent db0edf6 commit d79f599
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2248,18 +2248,19 @@ <h3 id="installation-sec">
<p>
The steps to <dfn>launch a web application</dfn> is given by the
following algorithm. The algorithm takes a
[=Document/processed manifest=] |manifest:processed manifest| and an
optional |target URL:URL|.
[=Document/processed manifest=] |manifest:processed manifest|, an
optional |target URL:URL| and an optional
<a data-cite="html#post-resource">post resource</a> or null
|post resource| (default null).
</p>
<ol class="algorithm">
<li>If <var>url</var> is unset, set <var>url</var> to
|manifest|.[=manifest/start_url=].
</li>
<li>Let |client| be the result of
<a data-cite="html#creating-a-new-top-level-browsing-context">
creating a new top-level browsing context</a>.
</li>
<li>[=Navigate=] |client| passing |url|.
<a data-cite="html#create-a-fresh-top-level-traversable">
creating a fresh top-level traversable</a> passing |url| and
|post resource|.
</li>
<li>[=Apply=] |manifest| to |client|.
</li>
Expand Down

0 comments on commit d79f599

Please sign in to comment.