diff --git a/source b/source index e3b59d5d955..def78934be9 100644 --- a/source +++ b/source @@ -48262,6 +48262,10 @@ interface HTMLInputElement : HTMLElement {
  • Run element's input activation behavior, if any, and do nothing otherwise.

  • +
  • If element has a form owner and element's type attribute is not in the Button state, then return.

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

  • @@ -53599,12 +53603,17 @@ interface HTMLButtonElement : HTMLElement { then submit element's form owner from element with userInvolvement set to event's user navigation involvement.

    + data-x="event-uni">user navigation involvement, and return.

  • If element's type attribute is in the Reset Button state, then reset element's - form owner.

  • + data-x="concept-form-reset">reset element's form owner, and + return.

    + +
  • If element's type attribute is in the + Auto state, then return.

  • + @@ -53616,10 +53625,6 @@ interface HTMLButtonElement : HTMLElement {

    If target is not null:

      -
    1. If element has a form owner and element's type attribute is in the Submit Button state, then return.

    2. -
    3. Let command be element's command attribute.