Re: [heycam/webidl] Use Type(V) is object instead of if |V| is any kind of object (#222)

Do we also want to change things like this:

```
If |V| is <emu-val>null</emu-val> or <emu-val>undefined</emu-val>, then…
```
to 

```
If [=Type=](|V|) is Null of Undefined, then…
```

-- 
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/issues/222#issuecomment-274108164

Received on Friday, 20 January 2017 16:01:35 UTC