Re: [w3c/payment-request] Attach 'payment request is showing boolean' to top-level browsing context (#811)

marcoscaceres commented on this pull request.



> @@ -609,12 +609,10 @@ <h2>
           member is set.
         </p>
       </div>
-      <p data-link-for="PaymentRequest">
-        Because the simultaneous display of multiple <a>PaymentRequest</a> user
-        interfaces might confuse the user, this specification limits the
-        <a>user agent</a> to displaying one at a time via the <a>show()</a>
-        method. This is ensured by a <dfn>payment request is showing</dfn>
-        boolean.
+      <p>
+        Each <a>top-level browsing context</a> has a <dfn>payment request is
+        showing</dfn> boolean, which prevents showing more than one payment UI
+        at a time.

Appreciate this suggestion, but it doesn't quite capture what we are trying to restrict here (don't show two payment UI in the same browser tab). I'll add a note describing what you are saying above.  

-- 
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-request/pull/811#discussion_r237358362

Received on Thursday, 29 November 2018 05:34:51 UTC