[w3c/browser-payment-api] Browsing contexts don't have an "origin" (#324)

https://w3c.github.io/browser-payment-api/#constructor is talking about "a nested browsing context whose origin is different from the top-level browsing context's origin", but browsing contexts do not have an origin attached to them per se.  They can contain things that have origins, of course.

I _suspect_ what you want is an "allowed to make payment requests" flag on Document or Window and make sure it gets set correctly in the HTML spec.

-- 
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/324

Received on Monday, 21 November 2016 21:35:42 UTC