- From: ianbjacobs <notifications@github.com>
- Date: Tue, 27 Nov 2018 13:07:27 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 27 November 2018 21:07:49 UTC
ianbjacobs 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. Hi @marcoscaceres, Editorial suggestion for the above ....showing</dfn> boolean to support <a>user agent</a> management of payment UI display. For example, a <a>user agent</a> might choose to show only one payment UI at a time. -- 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#pullrequestreview-179009194
Received on Tuesday, 27 November 2018 21:07:49 UTC