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

`null` is a valid value for a `Thing`.  It means "empty dictionary".

You can't do `Thing? aThing` to start with.  See https://heycam.github.io/webidl/#idl-dictionaries where it says:

> If the type of the dictionary member, after resolving typedefs, is a nullable type, its inner type must not be a dictionary type.

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

Received on Tuesday, 3 July 2018 16:17:24 UTC