Skip to content

Commit

Permalink
Feat(image object): set client to Document (closes #465)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 18, 2016
1 parent 368f3e4 commit d7b7f75
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2165,8 +2165,9 @@ <h3>
<p>
To <a>fetch</a> an <a>image object</a>, the user agent MUST run the
<dfn>steps to fetch an image object</dfn>. The algorithm takes an
<a>image object</a> and the <var>manifest's URL</var>. It returns a
<a>Response</a>:
<a>image object</a>, the <var>manifest URL</var>, and the
<var>document</var> (<code>Document</code>) from which the manifest
was linked. It returns a <a>Response</a>:
</p>
<ol>
<li>Let <var>request</var> be a new <a>Request</a>.
Expand All @@ -2188,6 +2189,9 @@ <h3>
<li>
<var>referrer</var> is <var>manifest URL</var>.
</li>
<li>
<var>client</var> is <var>document</var>.
</li>
</ol>
</li>
<li>Perform a <a>fetch</a> using <var>request</var> and return the
Expand Down

0 comments on commit d7b7f75

Please sign in to comment.