From a4f35e394475412dfa97dedd2afba5da0e86d0f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marcos=20C=C3=A1ceres?=
version are as follows. The complete list of changes, including all
editorial changes, is viewable in the commit
- history.
+ history. Key set of changes are viewable in the Changelog.
+ To indicate that a cross-origin [^iframe^] is allowed to invoke the + payment request API, the [^iframe/allow^] attribute along with the + "payment" keyword can be specified on the [^iframe^] element. +
++ <iframe + src="https://cross-origing.example" + allow="payment"> + </iframe> ++
+ If the [^iframe^] will be navigated across multiple origins that + support the Payment Request API, then one can set [^iframe/allow^] to + `"payment *"`. The [[[permissions-policy]]] specification provides + further details and examples. +
+PaymentRequest
and iframe
elements
- - To indicate that a cross-origin [^iframe^] is allowed to invoke the - payment request API, the [^iframe/allowpaymentrequest^] attribute can - be specified on the [^iframe^] element. See [[[#permissions-policy]]] - for details of how [^iframe/allowoaymentrequest=] and - [[[permissions-policy]]] interact. -
-self
'.
- Payment handlers have access to both the origin that hosts the