Re: [heycam/webidl] Disallow -0 in algorithm for checking array index (#517)

FWIW, `w(document.querySelectorAll("body")["-0"])` (unlike `w(document.querySelectorAll("body")[-0])`) indeed returns undefined so this is indeed a bug.

I wonder how many other algorithms have subtle -0 issues...

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/517#issuecomment-361855121

Received on Wednesday, 31 January 2018 08:10:39 UTC