From c1b702c0335a52956881e1ed033bfddd288da9d1 Mon Sep 17 00:00:00 2001 From: Ade Bateman Date: Thu, 7 Jul 2016 12:12:56 +0100 Subject: [PATCH] Removing notes for closed issues. --- index.html | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/index.html b/index.html index 6aba8907..a401ad54 100644 --- a/index.html +++ b/index.html @@ -341,18 +341,6 @@

PaymentRequest constructor

-
- There is an open issue about whether methodData, details, and data - should be combined into a single object. -
- -
- There is an open issue regarding whether the current pattern of using - events for exchange of data between the user agent and the website is - the best design for this API. An alternative pattern has been - proposed in the issue thread. -
-

The PaymentRequest constructor MUST act as follows:

@@ -496,20 +484,6 @@

abort()

reject the returned Promise.

-

- 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. -

- -

- This specification should describe how the user agent will pass the - payment request data and the complete signal to a native payment app - and also how it will receive the payment response from the payment app. -

-

The abort method MUST act as follows:

  1. @@ -846,10 +820,6 @@

    PaymentItem dictionary

    There is an open issue about whether it should be possible to provide a PaymentItem with amounts in more than once currency. -
    - There is an open issue about whether it should be possible to provide a different amounts depending - upon the payment method. -
    @@ -1214,12 +1184,6 @@

    updateWith()

    -

    - The spec needs to clearly state how it will handle internationalization - issues (such as selection order for language via explicit preferences, - Accept-Language headers, etc.) -

    -

    Algorithms