Skip to content

Commit c476018

Browse files
marcoscaceresMarcos Cáceres
authored and
Marcos Cáceres
committed
Editorial: remove redundant section
closes w3c#475, w3c#629
1 parent 597e422 commit c476018

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

index.html

+1-18
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,7 @@ <h2>
840840
rejected with a "<a>SecurityError</a>" <a>DOMException</a>. For
841841
example, the <a>user agent</a> may require the call to be
842842
<a>triggered by user activation</a>, or may limit the rate at
843-
which a page can call <a>show()</a>, as described in the <a href=
844-
"#privacy">privacy considerations</a> section.
843+
which a page can call <a>show()</a>.
845844
</p>
846845
<p class="note">
847846
During the Candidate Recommendation phase, implementations are
@@ -3353,22 +3352,6 @@ <h2>
33533352
consent.
33543353
</p>
33553354
</section>
3356-
<section>
3357-
<h2>
3358-
Exposing available payment methods
3359-
</h2>
3360-
<p>
3361-
Developers might try to call the payment request API repeatedly with
3362-
only one payment method identifier to try to determine what payment
3363-
methods a <a>user agent</a> has installed. There are legitimate
3364-
scenarios for calling repeatedly (for example, to control the flow of
3365-
payment method selection). The fact that a successful match to a
3366-
payment method causes a user interface to be displayed mitigates the
3367-
disclosure risk. Implementations MAY require a user action to
3368-
initiate a payment request or they MAY rate limit the calls to the
3369-
API to prevent too many repeated calls.
3370-
</p>
3371-
</section>
33723355
</section>
33733356
<section id="dependencies">
33743357
<h2>

0 commit comments

Comments
 (0)