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.
If element's type
attribute is in the
Reset Button state, then reset element's
- form owner.
If element's type
attribute is in the
+ Auto state, then return.
If target is not null:
If element has a form owner and element's type
attribute is in the Submit Button state, then return.
Let command be element's command
attribute.