From d7b7f757115d3e28876b1b2f0bd3b92d63d8bdbe Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Wed, 18 May 2016 17:51:59 +1000 Subject: [PATCH] Feat(image object): set client to Document (closes #465) --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a90666625..fb69daed3 100644 --- a/index.html +++ b/index.html @@ -2165,8 +2165,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. @@ -2188,6 +2189,9 @@

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