diff --git a/index.html b/index.html index 0eb6553f4..c56236d7a 100644 --- a/index.html +++ b/index.html @@ -2196,8 +2196,9 @@

To fetch an image object, the user agent MUST run the steps to fetch an image object. The algorithm takes an - image object and the manifest's URL. It returns a - Response: + image object, the manifest URL, and the + document (Document) from which the manifest + was linked. It returns a Response:

  1. Let request be a new Request. @@ -2219,6 +2220,9 @@

  2. referrer is manifest URL.
  3. +
  4. + client is document. +
  • Perform a fetch using request and return the