Skip to content

Commit

Permalink
prepend url type to target URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alancutter committed Nov 8, 2022
1 parent 08f72d7 commit 82fdb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ <h3>
<dfn data-lt="launching a web application" data-export="">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|, an optional [=POST resource=]
an optional [=URL=] |target URL:URL|, an optional [=POST resource=]
|POST resource| and returns an [=application context=].
</p>
<p>
Expand Down Expand Up @@ -2291,7 +2291,7 @@ <h3>
The steps to <dfn data-export="">create a new application context
</dfn> is given by the following algorithm. The algorithm takes a
[=Document/processed manifest=] |manifest:processed manifest|,
an optional |target URL:URL|, an optional [=POST resource=]
an optional [=URL=] |target URL:URL|, an optional [=POST resource=]
|POST resource| and returns an [=application context=].
</p>
<ol class="algorithm">
Expand Down

0 comments on commit 82fdb34

Please sign in to comment.