From 25edd1c684073e56660a96845e44ad5006bb36cd Mon Sep 17 00:00:00 2001
From: Mirko Brodesser
If the result of running check popover validity given element, + false, throwExceptions, and null is false, then return.
Let document be element's node document.
Assert: element's popover invoker is null.
If the result of running check popover validity given element, - false, throwExceptions, and null is false, then run cleanupShowingFlag and - return.
Assert: element is not in document's top layer.
Set element's popover invoker to invoker.
Assert: element is not in document's top + layer.
Let nestedShow be element's popover showing or hiding. +
Set element's popover showing or hiding to true.
Let cleanupShowingFlag be the following steps:
@@ -82475,16 +82483,6 @@ dictionary DragEventInit : MouseEventInit {Assert: element is not in document's top - layer.
Let nestedShow be false.
If element's popover showing or hiding is true, then set - nestedShow to true.
Set element's popover showing or hiding to true.
If the result of firing an event named Assert: element is not in document's top
layer. Let nestedShow be element's popover showing or hiding.
- Let nestedShow be element's popover showing or
+ hiding. Set element's popover showing or hiding to true.beforetoggle
, using ToggleEvent
, with the cancelable
attribute initialized to true, the
Date: Mon, 19 Jun 2023 11:55:18 +0200
Subject: [PATCH 3/3] Start new line earlier so that `.` isn't at the line's
end
Otherwise, the rendered page would contain a space character after the
`.`.
---
source | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source b/source
index 2e049e78b7c..1c3b6bddb03 100644
--- a/source
+++ b/source
@@ -82469,8 +82469,8 @@ dictionary DragEventInit : MouseEventInit {