From 83a90abb607ff0ebad2f2a18b653b3b5a1ab5966 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Tue, 6 Feb 2024 11:55:01 -0800 Subject: [PATCH] fix null hideUntil --- fullscreen.bs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fullscreen.bs b/fullscreen.bs index 6e9f78f..ada1cd4 100644 --- a/fullscreen.bs +++ b/fullscreen.bs @@ -70,6 +70,9 @@ is an ordered set of (string, element) tuples. It is
  • Let hideUntil be the result of running topmost popover ancestor given element, null, and false. +

  • If hideUntil is null, then set hideUntil to element's + node document.

  • +
  • Run hide all popovers until given hideUntil, false, and true.

  • Set element's fullscreen flag.