Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -958,9 +958,9 @@ <h2>
<ol class="algorithm">
<li data-tests=
"payment-request-show-method.https.html, show-method-postmessage-manual.https.html">
If the method was not <a>triggered by user activation</a>, return <a>
a promise rejected with</a> 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}}.
</li>
<li>Let |request:PaymentRequest| be the <a>context object</a>.
</li>
Expand Down Expand Up @@ -5129,8 +5129,8 @@ <h2>
<p>
To help ensure that users do not inadvertently share sensitive
credentials with an origin, this API requires that PaymentRequest's
<a>show()</a> method be <a>triggered by user activation</a> (e.g.,
via a click or press).
<a>show()</a> method be invoked while the relevant {{Window}} has
[=transient activation=] (e.g., via a click or press).
</p>
<p>
To avoid a confusing user experience, this specification limits the
Expand Down