diff --git a/index.html b/index.html index 94aa8274..4361e8ab 100644 --- a/index.html +++ b/index.html @@ -958,9 +958,9 @@

  1. - If the method was not triggered by user activation, return - a promise rejected with with a {{"SecurityError"}} - {{DOMException}}. + If the [=relevant global object=] of [=this=] does not have + [=transient activation=], return [=a promise rejected with=] with a + {{"SecurityError"}} {{DOMException}}.
  2. Let |request:PaymentRequest| be the context object.
  3. @@ -5129,8 +5129,8 @@

    To help ensure that users do not inadvertently share sensitive credentials with an origin, this API requires that PaymentRequest's - show() method be triggered by user activation (e.g., - via a click or press). + show() method be invoked while the relevant {{Window}} has + [=transient activation=] (e.g., via a click or press).

    To avoid a confusing user experience, this specification limits the