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

@annevk Semantically, doesn't that seem odd, since if someone wanted that they can already use:

```is
dictionary Foo { required long foo1; };
dictionary Bar { required Foo myFoo; }; 
```
?

There's also the issue of at least two specs doing this already, and probably not meaning what I wrote. See https://bugzilla.mozilla.org/show_bug.cgi?id=1368949

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

Received on Friday, 1 June 2018 16:41:55 UTC