- From: r12a <notifications@github.com>
- Date: Thu, 23 Mar 2017 10:10:49 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 23 March 2017 17:11:25 UTC
2.6. Index https://www.w3.org/TR/IndexedDB-2/#index-construct > For example, if an index’s referenced object store contains a record with the key 123 and the value { first: "Alice", last: "Smith" }, and the index’s key path is "first" then the index would contain a record with the key "Alice" and the value 123. This is not massively important as comments go, but example 3 is promoting what we'd call bad practise for referring to names, since in Hungary and many other places family names come first and given names come last. I suggest a simple replacement: first->given, last->family. That's still not bulletproof, as you'll see from https://www.w3.org/International/questions/qa-personal-names, but it's better. -- 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/issues/172
Received on Thursday, 23 March 2017 17:11:25 UTC