Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Fix URL linking error
Browse files Browse the repository at this point in the history
  • Loading branch information
edent committed Mar 3, 2018
1 parent 0fd6fa3 commit 449e5c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sections/webappapis.include
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
:: A <a>URL record</a> that represents the location of the resource with which the
<a>environment</a> is associated.
<p class="note">In the case of an <a>environment settings object</a>, this URL might be
distinct from the <a>environment settings object</a>'s <a>responsible document</a>'s <a>URL</a>, due to mechanisms such as
distinct from the <a>environment settings object</a>'s <a>responsible document</a>'s <a for="/">URL</a>, due to mechanisms such as
<code>history.pushState()</code>.</p>

: A <a>target browsing context</a>
Expand Down Expand Up @@ -330,7 +330,7 @@
asynchronously complete with either null (on failure) or a new <a>classic script</a>
(on success).

1. Let <var>request</var> be a new <a>request</a> whose <a>url</a> is <var>url</var>,
1. Let <var>request</var> be a new <a>request</a> whose <a for="/">url</a> is <var>url</var>,
<a>client</a> is <var>fetch client settings object</var>, <a>destination</a> is <var>destination</var>,
<a>mode</a> is "<code>same-origin</code>", <a>credentials mode</a> is "<code>same-origin</code>",
<a>parser metadata</a> is "<code>not parser-inserted</code>", and whose
Expand Down Expand Up @@ -432,7 +432,7 @@
4. Create an entry in <var>module map</var> with key <var>url</var> and value
"<code>fetching</code>".
5. Let <var>request</var> be a new <a>request</a> whose
<a>url</a> is <var>url</var>, <a>destination</a> is <var>destination</var>, <a>mode</a> is "<code>cors</code>",
<a for="/">url</a> is <var>url</var>, <a>destination</a> is <var>destination</var>, <a>mode</a> is "<code>cors</code>",
<a>referrer</a> is <var>referrer</var>, and <a>client</a> is <var>fetch client settings
object</var>. <a>Set up the module script request</a> given <var>request</var> and
<var>options</var>.
Expand Down

0 comments on commit 449e5c2

Please sign in to comment.