File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2282,6 +2282,7 @@ corresponding argument omitted.
2282
2282
of <emu-val>true</emu-val> for {{boolean}}-typed arguments,
2283
2283
as this can be confusing for authors who might otherwise expect the default
2284
2284
conversion of <emu-val>undefined</emu-val> to be used (i.e., <emu-val>false</emu-val>).
2285
+ [[API-DESIGN-PRINCIPLES]]
2285
2286
</p>
2286
2287
2287
2288
If the type of an argument is a [=dictionary type=] or a [=union type=] that has
@@ -4820,7 +4821,7 @@ members' entries might or might not [=map/exist=] in the dictionary value.
4820
4821
encouraged not to use <emu-val>true</emu-val> as the [=dictionary member/default value=] for
4821
4822
{{boolean}}-typed [=dictionary members=], as this can be confusing for authors who might
4822
4823
otherwise expect the default conversion of <emu-val>undefined</emu-val> to be used (i.e.,
4823
- <emu-val>false</emu-val>).
4824
+ <emu-val>false</emu-val>). [[API-DESIGN-PRINCIPLES]]
4824
4825
</p>
4825
4826
4826
4827
An [=ordered map=] with string [=map/keys=] can be implicitly treated as a dictionary value of a
You can’t perform that action at this time.
0 commit comments