Re: [w3c/payment-handler] Add ImageObject dictionary. (#174)

rsolomakhin commented on this pull request.



> +                    <li>If the user agent wants to display the <var>icon</var>,
+                    then:
+                      <ol>
+                        <li>Let <var>fetchedImage</var> be the result of
+                        running the <a data-cite=
+                        "!appmanifest#fetching-image-objects">fetching image
+                        object</a> passing <var>icon</var> as the argument.
+                        </li>
+                        <li>Set <var>icon</var>.<a>[[\fetchedImage]]</a> to
+                        <var>fetchedImage</var>.
+                        </li>
+                      </ol>
+                    </li>
+                    <li>Otherwise, if no images are fetched, the user agent may
+                    set <var>icon</var>.<a>[[\fetchedImage]]</a> to fallback
+                    image.

Ditto.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-handler/pull/174#pullrequestreview-44181094

Received on Thursday, 15 June 2017 00:22:18 UTC