From 52a597cec8e67c63d7ba889916e4be1880331f32 Mon Sep 17 00:00:00 2001 From: Adrian Hope-Bailie Date: Wed, 22 Jun 2016 10:22:35 +0200 Subject: [PATCH 1/3] Update conformance --- proposals/paymentapps/payment-apps.html | 31 ++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/proposals/paymentapps/payment-apps.html b/proposals/paymentapps/payment-apps.html index 9e7594b..ba081a5 100644 --- a/proposals/paymentapps/payment-apps.html +++ b/proposals/paymentapps/payment-apps.html @@ -134,7 +134,36 @@

Introduction

The Web Payments Working Group has used the term "mediator" to refer to the software (here, the browser) that carries out the activities defined in this specification (matching, information display, etc.).

-

Most of the requirements in this specification are for Web browsers (or any other user agent). Some requirements and good practices are for payment apps.

+

+ This specification defines one class of products: +

+
+
Conforming user agent
+
+

+ A user agent MUST behave as described in this specification + in order to be considered conformant. In this specification, user agent means a Web + browser or other interactive user agent as defined in [[!HTML5]]. +

+

+ User agents MAY implement algorithms given in this + specification in any way desired, so long as the end result is + indistinguishable from the result that would be obtained by the + specification's algorithms. +

+

+ A conforming Payment Request API user agent MUST also be a + conforming implementation of the IDL fragments + of this specification, as described in the + “Web IDL” specification. [[!WEBIDL]] +

+ + +
+

Dependencies

From c6baeb2a84abfd744bb4d105d5abe55e61dd9951 Mon Sep 17 00:00:00 2001 From: Adrian Hope-Bailie Date: Wed, 22 Jun 2016 16:10:06 +0200 Subject: [PATCH 2/3] Change browser to user agent where appropriate --- proposals/paymentapps/payment-apps.html | 120 ++++++++++++------------ 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/proposals/paymentapps/payment-apps.html b/proposals/paymentapps/payment-apps.html index ba081a5..1aaf8d7 100644 --- a/proposals/paymentapps/payment-apps.html +++ b/proposals/paymentapps/payment-apps.html @@ -1,14 +1,14 @@ - Payment Apps and Browsers + Payment App API