Re: [w3c/payment-handler] Define requestPermission() behavior. (#180)

dlongley commented on this pull request.



>            </p>
+          <ol>
+            <li>Let <var>p</var> be a new promise.
+            </li>
+            <li>Run the following steps in parallel:
+              <ol>
+                <li>Let <var>permission</var> be the result of running
+                <a data-cite="!permissions#dfn-retrieve-the-permission-state">
+                  retrieve the permission state algorithm</a> of the permission
+                  associated with <a>payment handler</a>.

Should this say for the permission associated with `<a>payment handler's</a> <a>origin</a>`?

-- 
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/180#pullrequestreview-45451217

Received on Wednesday, 21 June 2017 14:31:44 UTC