Re: [heycam/webidl] Sort out when dictionaries and records should have default values (#76)

@jan-ivar similarly to how we require dictionaries to always be optional arguments, we should probably also forbid the combination with `required`. Requiring a dictionary doesn't make much sense, unless you wanted to distinguish between passing `undefined` and `{}`, which we've decided is not something we want to allow.

-- 
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/76#issuecomment-393948265

Received on Friday, 1 June 2018 17:17:33 UTC