- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 25 Mar 2020 07:53:32 -0700
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <heycam/webidl/pull/859/review/381226449@github.com>
@annevk commented on this pull request. > -<dfn id="dfn-present" export lt="present|not present" for="dictionary member">present</dfn> -in a dictionary value if the value [=map/exists|contains an entry with the key=] -given by the member's [=identifier=], otherwise it is [=not present=]. -Dictionary members can also optionally have a <dfn id="dfn-dictionary-member-default-value" for="dictionary member" export>default value</dfn>, which is -the value to use for the dictionary member when passing a value to a -[=platform object=] that does -not have a specified value. Dictionary members with default values are -always considered to be present. +[=Dictionary members=] can be specified as +<dfn id="required-dictionary-member" export for="dictionary member">required</dfn>, meaning that +converting a language-specific value to a dictionary requires providing a value for that member. +They can also be specified as having a +<dfn id="dfn-dictionary-member-default-value" for="dictionary member" export>default value</dfn>, +which is the value used by default when author code or specification text does not provide a value +for that member. Note that [=dictionary member/required=] dictionary members only have meaning for +dictionaries used as operation arguments; members should be left optional if a dictionary is only It's not entirely clear to me if it's pointless as it's basically a specification-level assert. But since it can't be used consistently (unless you always have distinct output dictionaries, which also isn't great), I'm inclined to agree it's better not to add it. -- 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/pull/859#discussion_r397917790
Received on Wednesday, 25 March 2020 14:53:46 UTC