[webrtc-pc] Editorial: Assume default values for optional dictionaries in spec text

adam-be has just created a new issue for https://github.com/w3c/webrtc-pc:

== Editorial: Assume default values for optional dictionaries in spec text ==
> If the type of an argument is a dictionary type or a union type that has a dictionary as one of its flattened member types, and that dictionary type and its ancestors have no required members, and the argument is either the final argument or is followed only by optional arguments, then the argument must be specified as optional. Such arguments are always considered to have a default value of an empty dictionary, unless otherwise specified.

>From the WebIDL spec.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1369 using your GitHub account

Received on Friday, 9 June 2017 12:01:24 UTC