From 00782c9ea6322508bec12a891261df86b2b13fc4 Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Tue, 14 Feb 2023 12:49:32 -0800 Subject: [PATCH] Export some popover dfns These dfns need to be exported in order to be used in the fullscreen spec: https://github.com/whatwg/fullscreen/pull/204 --- source | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source b/source index fc4e4b22353..82b730dc8f4 100644 --- a/source +++ b/source @@ -81304,14 +81304,16 @@ dictionary DragEventInit : MouseEventInit { must reflect the popover attribute, limited to only known values.

-

Every HTML element has a popover visibility +

Every HTML element has a popover visibility state, initially hidden, with these potential values:

The Document has an auto popover list, which is a list, @@ -81655,7 +81657,7 @@ dictionary DragEventInit : MouseEventInit { given this and true.

-

To hide all popovers until, given an To hide all popovers until, given an HTML element endpoint, a boolean focusPreviousElement, and a boolean dontFireEvents: