[w3c/browser-payment-api] There is no concept of "called from" some browsing context (#362)

The PaymentRequest constructor steps, step 3, say:

> If the constructor is called from a nested browsing context, then 

but there is no concept of being "called from" some browsing context.

In any case, you probably don't care where it's called _from_.  What you care about is whether the current settings object in the constructor has a responsible browsing context that is a nested browsing context.

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

Received on Wednesday, 7 December 2016 01:49:00 UTC