- From: Michael[tm] Smith <notifications@github.com>
- Date: Mon, 05 Dec 2016 03:31:09 -0800
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
Received on Monday, 5 December 2016 11:31:47 UTC
sideshowbarker commented on this pull request.
> </p>
<p>
- The <a>HTMLIFrameElement</a> is extended with an
- <dfn><code>allowpaymentrequest</code></dfn> content attribute.
- <a>allowpaymentrequest</a> is a <a>boolean attribute</a>. When
- specified, it indicates that scripts in the iframe element's browsing
- context are <dfn>allowed to make payment requests</dfn> (if it's not
- blocked for other reasons, e.g., there is another ancestor iframe
- without this attribute set).
+ When an <a><code>iframe</code></a> element has an
+ <a><code>allowpaymentrequest</code></a> attribute, and does not
+ have any ancestor <a><code>iframe</code></a> element without an
> hook into "allowed to use" instead, which handles nested browsing contexts
Thanks, see https://github.com/w3c/browser-payment-api/pull/359/commits/4f59cf90ea05ecb40729453193e7c248a90bef0f, which attempts that.
--
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/browser-payment-api/pull/359
Received on Monday, 5 December 2016 11:31:47 UTC