w3c / secure-payment-confirmation

Secure Payment Confirmation (SPC)
https://w3c.github.io/secure-payment-confirmation/
Other
106 stars 48 forks source link

[Spec] Use USVString rather than DOMString #211

Closed stephenmcgruer closed 1 year ago

stephenmcgruer commented 1 year ago

Conversations with i18n representatives revealed that we likely don't need support for unpaired surrogates in the SPC API, and so it is simpler to align on USVStrings (rather than mixing DOMString and USVString).

Fixes https://github.com/w3c/secure-payment-confirmation/issues/208


Preview | Diff

stephenmcgruer commented 1 year ago

cc @aphillips as FYI

aphillips commented 1 year ago

LGTM