diff --git a/source b/source index 667b17a3a94..5d548bfad02 100644 --- a/source +++ b/source @@ -48192,8 +48192,9 @@ interface HTMLInputElement : HTMLElement {
  • Run element's input activation behavior, if any, and do nothing otherwise.

  • -
  • Run the popover target attribute activation behavior on - element.

  • +
  • Run the popover target attribute activation behavior given + element and event's + target.

  • Recall that an element's activation behavior runs for both @@ -53491,7 +53492,8 @@ interface HTMLButtonElement : HTMLElement {

  • Run the popover target attribute activation behavior given - element.

  • + element and event's + target.

    @@ -86359,13 +86361,16 @@ dictionary DragEventInit : MouseEventInit { attribute, limited to only known values.

    To run the popover target attribute activation behavior given a Node - node:

    + node and an EventTarget eventTarget:

    1. Let popover be node's popover target element.

    2. If popover is null, then return.

    3. +
    4. If eventTarget is a shadow-including inclusive descendant of + popover, then return.

    5. +
    6. If node's popovertargetaction attribute is in the show state and popover's popover visibility state is