From c8acf7fba0e1c5e2c8975867df059e7365e507d8 Mon Sep 17 00:00:00 2001 From: Shane McCarron Date: Wed, 16 Mar 2016 10:37:45 -0500 Subject: [PATCH] "Shown" is not inclusive enough We all know that "shown" means presented, but it is important that we include / permit user agents and users that might not "see" things. It is also important that we permit use models like a user agent in an automobile that might be presenting the offer to the user audibly. --- specs/paymentrequest.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/paymentrequest.html b/specs/paymentrequest.html index d5160f90..93ba48b2 100644 --- a/specs/paymentrequest.html +++ b/specs/paymentrequest.html @@ -422,7 +422,7 @@

show()

The show method is called when the page wants to begin user interaction for the payment request. The show method will return a Promise that will be resolved when the - user accepts the payment request. Some kind of user interface will be shown to the user to facilitate the + user accepts the payment request. Some kind of user interface will be presented to the user to facilitate the payment request after the show method returns.