[Bug 16013] objectStoreNames order should be specified (alphabetic?)

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16013

--- Comment #5 from Joshua Bell <jsbell@chromium.org> 2012-02-23 22:23:03 UTC ---
(In reply to comment #4)
> I would prefer if we were to return them using creation order.  Returning them
> in alphabetic order works well (for US) until you start having to deal with
> collations, then things get complex very quickly.

FWIW, I would assume that if we're sorting them follow the same order that
JavaScript strings sort, by comparing 16-bit units, not actually
alphabetical-in-a-real-language or according to any Unicode collation. e.g. [
"", "\x00", "0", "1", "A", "B", "a", "b", "\xC0, "\xFF", "\uD7FF",
"\uD800\uDC00", "\uE000", "\uFFFF" ]

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 23 February 2012 22:23:05 UTC