diff --git a/source b/source index fb2f73ec63d..f5f93fd5276 100644 --- a/source +++ b/source @@ -3762,6 +3762,19 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute + +
Payment Request API
+ +
+

The following feature is defined in the Payment Request API specification: +

+ + +
+ +
MathML
@@ -28044,6 +28057,7 @@ href="?audio">audio</a> test instead.)</p>
name
sandbox
allowfullscreen
+
allowpaymentrequest
allowusermedia
width
height
@@ -28057,6 +28071,7 @@ interface HTMLIFrameElement : HTMLElement { [CEReactions] attribute DOMString name; [CEReactions, SameObject, PutForwards=value] readonly attribute DOMTokenList sandbox; [CEReactions] attribute boolean allowFullscreen; + [CEReactions] attribute boolean allowPaymentRequest; [CEReactions] attribute boolean allowUserMedia; [CEReactions] attribute DOMString width; [CEReactions] attribute DOMString height; @@ -28574,6 +28589,11 @@ interface HTMLIFrameElement : HTMLElement { +

The allowpaymentrequest + attribute is a boolean attribute. When specified, it indicates that + Document objects in the iframe element's browsing context + are to be allowed to use the PaymentRequest interface to make payment requests.

+

The allowusermedia attribute is a boolean attribute. When specified, it indicates that Document objects in the iframe element's browsing context are to be allowed to use HTMLIFrameElement : HTMLElement { must reflect the allowfullscreen content attribute.

+

The allowPaymentRequest IDL + attribute must reflect the allowpaymentrequest content attribute.

+

The allowUserMedia IDL attribute must reflect the allowusermedia content attribute.

@@ -114878,6 +114902,7 @@ interface External { name; sandbox; allowfullscreen; + allowpaymentrequest; allowusermedia; width; height; @@ -116375,6 +116400,11 @@ interface External { iframe Whether to allow the iframe's contents to use requestFullscreen() Boolean attribute + + allowpaymentrequest + iframe + Whether the iframe's contents are allowed to use the PaymentRequest interface to make payment requests + Boolean attribute allowusermedia iframe @@ -119057,6 +119087,9 @@ INSERT INTERFACES HERE
[PAGEVIS]
(Non-normative) Page Visibility, J. Mann, A. Jain. W3C.
+
[PAYMENTREQUEST]
+
Payment Request API, A. Bateman, Z. Koch, R. McElmurry. W3C.
+
[PDF]
(Non-normative) Document management — Portable document format — Part 1: PDF. ISO.