From cbb5213b9b2d89a7c24e296da18ddac625cf45bd Mon Sep 17 00:00:00 2001 From: Marcos Caceres Date: Tue, 6 Feb 2024 10:29:52 +1100 Subject: [PATCH] Fix: PaymentResponse/payment should be PaymentResponse/methodName, plus other small fixes --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a695179c..59303a32 100644 --- a/index.html +++ b/index.html @@ -544,7 +544,7 @@

  1. If the current settings object's [=relevant global object=]'s [=associated `Document`=] is not allowed to use the - "[=payment-permission|payment=]" permission, then [=exception/throw=] + "payment" permission, then [=exception/throw=] a {{"SecurityError"}} {{DOMException}}.
  2. Establish the request's id: @@ -1954,7 +1954,7 @@

    If |errorFields:PaymentValidationErrors|.{{PaymentValidationErrors/paymentMethod}} member was passed, and if required by the specification that - defines |response|.{{PaymentResponse/payment}}, then [=converted + defines |response|.{{PaymentResponse/methodName}}, then [=converted to an IDL value|convert=] |errorFields|'s {{PaymentValidationErrors/paymentMethod}} member to an IDL value of the type specified there. Otherwise, [=converted to an IDL @@ -2272,9 +2272,9 @@

    This specification defines a [=policy-controlled feature=] identified - by the string "payment" [[permissions-policy]]. Its default - allowlist is 'self'. + by the string "payment" + [[permissions-policy]]. Its [=policy-controlled feature/default + allowlist=] is [=default allowlist/'self'=].