Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: use new user activation model #885

Merged
merged 5 commits into from Dec 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -961,9 +961,9 @@ <h2>
</li>
<li data-tests=
"payment-request-show-method.https.html, show-method-postmessage-manual.https.html">
If the method was not triggered by <a>transient activation</a>, or
the |window|'s <a>transient activation</a> has expired, return [=a
promise rejected with=] with a {{"SecurityError"}} {{DOMException}}.
If the method was not triggered by [=transient activation=], or the
|window|'s [=transient activation=] has expired, 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 @@ -5132,8 +5132,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 triggered by <a>transient activation</a>
(e.g., via a click or press).
<a>show()</a> method be triggered by [=transient activation=] (e.g.,
marcoscaceres marked this conversation as resolved.
Show resolved Hide resolved
via a click or press).
</p>
<p>
To avoid a confusing user experience, this specification limits the
Expand Down