Re: [heycam/webidl] Extend the dfn of object types. (#211)

Do we have to account for null types, especially within unions? i.e. are the following object types (currently neither are, if my understanding of what I wrote is correct)?

```webidl
(DOMstring or DOMException?)
(float or (DOMstring or DOMException)?)
```

-- 
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/211#issuecomment-256619879

Received on Thursday, 27 October 2016 11:50:55 UTC