- From: ddorwin <notifications@github.com>
- Date: Thu, 19 May 2016 17:11:05 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc:
Received on Friday, 20 May 2016 00:11:32 UTC
https://heycam.github.io/webidl/#dfn-present says, "When specified in the dictionary value, a dictionary member is said to be present, otherwise it is not present." It is not immediately clear whether a value set to `undefined` should be considered "specified in the dictionary value" and thus present. The same issue may apply for `null`. It appears (i.e. https://github.com/w3c/encrypted-media/issues/178#issuecomment-216124376) at least some implementations may consider `dictionaryValue:undefined` to be *not* specified while actually tracking the presence of the value (i.e. in dev tools). --- 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/124
Received on Friday, 20 May 2016 00:11:32 UTC