File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 958
958
< ol class ="algorithm ">
959
959
< li data-tests =
960
960
"payment-request-show-method.https.html, show-method-postmessage-manual.https.html ">
961
- If the method was not < a > triggered by user activation </ a > , return < a >
962
- a promise rejected with</ a > with a {{"SecurityError"}}
963
- {{DOMException}}.
961
+ If the [=relevant global object=] of [=this=] does not have
962
+ [=transient activation=], return [= a promise rejected with=] with a
963
+ {{"SecurityError"}} {{DOMException}}.
964
964
</ li >
965
965
< li > Let |request:PaymentRequest| be the < a > context object</ a > .
966
966
</ li >
@@ -5129,8 +5129,8 @@ <h2>
5129
5129
< p >
5130
5130
To help ensure that users do not inadvertently share sensitive
5131
5131
credentials with an origin, this API requires that PaymentRequest's
5132
- < a > show()</ a > method be < a > triggered by user activation </ a > (e.g.,
5133
- via a click or press).
5132
+ < a > show()</ a > method be invoked while the relevant {{Window}} has
5133
+ [=transient activation=] (e.g., via a click or press).
5134
5134
</ p >
5135
5135
< p >
5136
5136
To avoid a confusing user experience, this specification limits the
You can’t perform that action at this time.
0 commit comments