w3c/badging

Remove strings from the first version of this API

Closed this issue · 1 comments

We want to start out with the minimum viable product. Strings (and the whole associated "single grapheme cluster") add significant complexity to the API since we then get into Unicode issues, as well as display issues on various platforms (e.g., arbitrary characters are not usable in the UWP API).

For now, let's remove the string option from the API and just have "flag" and the integer.

Duplicate of #13