Re: [w3c/payment-request] Allow user activation to be delegated to a child frame to trigger request.show() (#917)

I need to read https://github.com/whatwg/html/pull/4369, but I'm hopeful we we don't need to special-case `.show()`: 

-> if click (activation) => iframe (feature policy or `allowpaymentrequest=true`) => postMessage({data}) => then a `.show()` should work, because the parent frame allowed it explicitly. 



-- 
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/issues/917#issuecomment-645693202

Received on Thursday, 18 June 2020 00:18:18 UTC