[w3c/browser-payment-api] DOMStrings don't contain "characters" (#322)

There are various places in this specification that talk about things like "If the first character of details.total.amount.value is U+002D HYPHEN-MINUS" where the thing under conisideration (in this case details.total.amount.value) is a DOMString.  DOMStrings contain code units, not characters.  You either need to talk about the numeric values of those code units, or use USVString and talk about characters or something.

-- 
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/browser-payment-api/issues/322

Received on Monday, 21 November 2016 21:31:57 UTC