We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef017d6 commit cd105e3Copy full SHA for cd105e3
1 file changed
CaptionDisplaySettings/README.md
@@ -48,8 +48,8 @@ programming on their screen while changing the closed captioning display setting
48
49
```idl
50
dictionary CaptionDisplaySettingsOptions {
51
- attribute Node? anchorNode;
52
- attribute CSSOMString? positionArea;
+ attribute Node? anchorNode = null;
+ attribute CSSOMString? positionArea = null;
53
};
54
55
partial interface HTMLMediaElement {
0 commit comments