Skip to content

Commit cd105e3

Browse files
authored
Slight CaptionDisplaySettings IDL update
Give the members default values as there's no need to distinguish between missing and null.
1 parent ef017d6 commit cd105e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CaptionDisplaySettings/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ programming on their screen while changing the closed captioning display setting
4848

4949
```idl
5050
dictionary CaptionDisplaySettingsOptions {
51-
attribute Node? anchorNode;
52-
attribute CSSOMString? positionArea;
51+
attribute Node? anchorNode = null;
52+
attribute CSSOMString? positionArea = null;
5353
};
5454
5555
partial interface HTMLMediaElement {

0 commit comments

Comments
 (0)