Re: [w3c/IndexedDB] Clarify the handling of +0 and -0 in keys (Issue #375)

Thanks so much for the spec bug and Firefox bug with easy reproduction!  Firefox was not intentionally normalizing here, bit manipulations just went wrong when trying to create a binary encoding that sorted sensibly.

That said, normalizing to +0 intentionally does seem desirable because of the uniqueness problem (because of the language around key [equal to](https://w3c.github.io/IndexedDB/#equal-to)).

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/IndexedDB/issues/375#issuecomment-1021811838
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/IndexedDB/issues/375/1021811838@github.com>

Received on Wednesday, 26 January 2022 02:50:23 UTC