|
1 | 1 | (dict-arg-optional) Validation error at line 25 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op1 -> argument shouldBeOptional`:
|
2 | 2 | undefined op1(Optional shouldBeOptional);
|
3 | 3 | ^ Dictionary argument must be optional if it has no required fields
|
4 |
| -(dict-arg-optional) Validation error at line 29 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op3 -> argument union`: |
| 4 | +(dict-arg-optional) Validation error at line 31 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op3 -> argument union`: |
5 | 5 | (Optional or boolean) union);
|
6 | 6 | ^ Dictionary argument must be optional if it has no required fields
|
7 |
| -(dict-arg-optional) Validation error at line 30 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op4 -> argument union`: |
| 7 | +(dict-arg-optional) Validation error at line 32 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op4 -> argument union`: |
8 | 8 | undefined op4(OptionalUnion union);
|
9 | 9 | ^ Dictionary argument must be optional if it has no required fields
|
10 |
| -(dict-arg-optional) Validation error at line 33 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op6 -> argument recursive`: |
| 10 | +(dict-arg-optional) Validation error at line 35 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op6 -> argument recursive`: |
11 | 11 | undefined op6(Recursive recursive);
|
12 | 12 | ^ Dictionary argument must be optional if it has no required fields
|
13 |
| -(dict-arg-optional) Validation error at line 36 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op8 -> argument lastRequired`: |
| 13 | +(dict-arg-optional) Validation error at line 38 in argument-dict-optional.webidl, inside `interface mixin Container -> operation op8 -> argument lastRequired`: |
14 | 14 | undefined op8(Optional lastRequired, optional DOMString yay
|
15 | 15 | ^ Dictionary argument must be optional if it has no required fields
|
16 |
| -(dict-arg-optional) Validation error at line 42 in argument-dict-optional.webidl, inside `interface ContainerInterface -> iterable -> argument shouldBeOptional`: |
| 16 | +(dict-arg-optional) Validation error at line 44 in argument-dict-optional.webidl, inside `interface ContainerInterface -> iterable -> argument shouldBeOptional`: |
17 | 17 | <DOMString>(Optional shouldBeOptional);
|
18 | 18 | ^ Dictionary argument must be optional if it has no required fields
|
0 commit comments