Skip to content

Commit

Permalink
Add reference to issue #39.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny authored and adrianba committed Apr 1, 2016
1 parent e72f051 commit 188ae18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,7 @@ <h2>User agent delegates payment request algorithm</h2>
only available for a limited amount of time. If the user does not accept the payment request
within the allowed time period, then the request will be aborted.
</p>

<p>
A <a>user agent</a> may not always be able to abort a request. For example, if the <a>user agent</a>
has delegated responsibility for the request to another app. To support this situation,
Expand Down Expand Up @@ -1090,6 +1091,14 @@ <h2>User agent delegates payment request algorithm</h2>
</li>
</ol>

<p class="issue" data-number="39" title="How are web-based payment apps supported?">
The architecture document suggests that payment apps may take
numerous forms, including as web-based apps. This specification
should describe how the user-agent will pass the payment request
data and the complete signal to a web-based payment app and also how
it will receive the payment response from the payment app.
</p>

<div class="issue" data-number="7" title="Should we support a delegated state for PaymentRequest?">
<p>We believe there are <a>user agent</a> configurations that can cause the UI to get into a state
where cancellation by the web page during user interaction is difficult. Users should still
Expand Down

0 comments on commit 188ae18

Please sign in to comment.