- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 28 Nov 2018 21:34:30 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 29 November 2018 05:34:51 UTC
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