Re: [w3c/IndexedDB] Define a 'name' construct, reference Charmod-Norm (#184)

"\u0000" is valid input when creating a name - so no special case. Unless you meant nullable string, in which case that'd be `DOMString?` in WebIDL parlance, but the inputs here are not nullable.

Tests here, BTW: 

https://github.com/w3c/web-platform-tests/blob/master/IndexedDB/string-list-ordering.htm

(Yes, even covers surrogate pairs being sorted by code unit.)


-- 
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/IndexedDB/pull/184#issuecomment-288923410

Received on Friday, 24 March 2017 03:24:28 UTC