diff --git a/index.html b/index.html
index bbf7c928..ab822e96 100644
--- a/index.html
+++ b/index.html
@@ -355,23 +355,10 @@
If a paymentRequestID
was not provided during
construction, generate a paymentRequestID
.
- If the current settings object has a responsible
- browsing context that is not a top-level browsing context,
- then
-
- - Let context be the nested browsing context.
-
- - Let origin be the origin of the active
- document of context.
-
- - If any ancestor browsing context of context
- has an active document with an origin that is not the same
- as origin and context's active
- document is not allowed to use the feature indicated
- by attribute name
allowpaymentrequest
, then
- throw a SecurityError.
-
-
+ If the current settings object's
+ responsible document is not allowed to use the feature
+ indicated by attribute name allowpaymentrequest,
+ then throw a SecurityError.
Let parsedMethodData be an empty list.
@@ -2337,21 +2324,6 @@
node document
-
- browsing context
-
-
- browsing context container
-
-
- nested browsing context
-
-
- responsible browsing context
-
-
- ancestor browsing context
-
top-level browsing context
@@ -2361,9 +2333,6 @@
allowed to use
-
- active document
-
in parallel