From dac8ec1801f003b7204dc7ebc668d5c4b6071747 Mon Sep 17 00:00:00 2001
From: Mason Freed
Date: Fri, 22 Nov 2024 08:05:48 -0800
Subject: [PATCH] Fix corner case invoker issue with popover nested inside
invoker
In this situation
```
```
clicking the button properly activates the popover, however, clicking on the popover itself after that should not close the popover. It currently does because the popover click bubbles to the `
To run the popover target attribute activation behavior given a Node
- node:
+ node and a NodeeventTarget:
Let popover be node's popover target element.
If popover is null, then return.
+
If eventTarget is a shadow-including inclusive descendant of
+ popover and popover is a
+ shadow-including descendant of node,
+ then return.
+
If node's popovertargetaction
attribute is in the show state and
popover's popover visibility state is