[w3c/browser-payment-api] Explicitly state any cases where an iframe with an allowpaymentrequest is not allowed to make payment requests (#358)

The spec currently states that when an `iframe` element has an `allowpaymentrequest` attribute:

> it indicates that scripts in the `iframe` element's browsing context are allowed to make payment requests (if it's not blocked for other reasons, e.g., there is another ancestor `iframe` without this attribute set)

But nowhere does the spec define any “others reasons” it would be “blocked” (from being allowed to making payment requests). I don’t know what the other cases might be, but if there are any other than the cases where the `iframe` has an ancestor `iframe` without an `allowpaymentrequest` attribute, then the spec should explicitly state those cases.

-- 
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/issues/358

Received on Monday, 5 December 2016 03:36:20 UTC