diff --git a/source b/source index e28b1716481..f17c3694ad9 100644 --- a/source +++ b/source @@ -48214,8 +48214,8 @@ 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 @@ -53512,8 +53512,8 @@ interface HTMLButtonElement : HTMLElement { -

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

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

  • @@ -86382,13 +86382,18 @@ dictionary DragEventInit : MouseEventInit { attribute, limited to only known values.

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

    + node and a Node 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 and popover is a + shadow-including descendant of node, + then return.

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