[w3c/payment-request] editorial: small non-normative bug fixes (#719)

Editorial fixes:
 
 * use a set, not a list, for seenIDs (makes the language a little nicer). 
 * remove redundant variables. 
 * call IsWellFormedCurrencyCode() is the same way as the ES spec.
 * rename some variables, as they were ambiguous.  
 * puts Abort the update into its own section. 
 * Make it clear that "update a PaymentRequest's details algorithm" is running in parallel and let that algorithm control disabling the UI.
 * Fix buggy "update a PaymentRequest's details algorithm" step "In either case".  Abort the update now handles state changes to request, and then can say "Abort the algorithm." Similarly, if update succeeds, then now it's just handled directly 👌 

You can view, comment on, or merge this pull request online at:

  https://github.com/w3c/payment-request/pull/719

-- Commit Summary --

  * editorial: small non-normative bug fixes

-- File Changes --

    M index.html (186)

-- Patch Links --

https://github.com/w3c/payment-request/pull/719.patch
https://github.com/w3c/payment-request/pull/719.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/719

Received on Wednesday, 30 May 2018 10:57:22 UTC