From e60f33b3fa122502130fb8f33085e5a81f4b4a1f Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 10 Apr 2026 19:21:09 +0200 Subject: [PATCH] Slight CaptionDisplaySettings IDL update Give the members default values as there's no need to distinguish between missing and null. --- CaptionDisplaySettings/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CaptionDisplaySettings/README.md b/CaptionDisplaySettings/README.md index 937d805..6697070 100644 --- a/CaptionDisplaySettings/README.md +++ b/CaptionDisplaySettings/README.md @@ -48,8 +48,8 @@ programming on their screen while changing the closed captioning display setting ```idl dictionary CaptionDisplaySettingsOptions { - attribute Node? anchorNode; - attribute CSSOMString? positionArea; + attribute Node? anchorNode = null; + attribute CSSOMString? positionArea = null; }; partial interface HTMLMediaElement {