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

A bunch of suggestions were made to improve the initial PR. I'll make a last one: replace step 5 with the following:

```
1.  If |index| is not an [=array index=], then return false.
```

and fix or remove the related note.

-- 
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-363407306

Received on Tuesday, 6 February 2018 12:27:22 UTC