diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index d5160f90..6fd7e7eb 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -244,7 +244,9 @@

PaymentRequest interface

A web page creates a PaymentRequest to make a payment request. This is - typically associated with the user activating a "Buy", "Purchase", or "Checkout" button. + typically associated with the user initiating a payment process + (e.g., selecting a "Power Up" in an interactive game, pulling up to an automated kiosk in a parking structure, + or activating a "Buy", "Purchase", or "Checkout" button). The PaymentRequest allows the web page to exchange information with the user agent while the user is providing input before approving or denying a payment request.