diff --git a/source b/source index 2b886aa2a6b..8e27d9ca023 100644 --- a/source +++ b/source @@ -53188,6 +53188,9 @@ interface HTMLLegendElement : HTMLElement {

Form control infrastructure

+

In this section form + refers to either a form or a search element.

+
A form control's value

Most form controls have a value and a HTMLLegendElement : HTMLElement {

Attributes common to form controls

+

In this section form + refers to either a form or a search element.

+
Naming form controls: the name attribute

The +

In this section form + refers to either a form or a search element.

+
Definitions

A submittable element is a candidate for constraint @@ -56687,6 +56696,9 @@ interface ValidityState {

+

In this section form + refers to either a form or a search element.

+
Introduction
@@ -56736,6 +56748,9 @@ fur
Implicit submission
+

In this section form + refers to either a form or a search element.

+

A form's default button is the first submit button in tree order whose form owner is that form.

@@ -56783,6 +56798,9 @@ fur
Form submission algorithm
+

In this section form + refers to either a form or a search element.

+

Each form has a constructing entry list boolean, initially false.

@@ -57428,6 +57446,9 @@ fur
Selecting a form submission encoding
+

In this section form + refers to either a form or a search element.

+

If the user agent is to pick an encoding for a form, it must run the following steps:

@@ -57681,6 +57702,9 @@ dictionary FormDataEventInit : EventInit {

Resetting a form

+

In this section form + refers to either a form or a search element.

+

When a form form is reset, run these steps:

@@ -67740,6 +67764,9 @@ document.body.appendChild(flagIcon)
+

In this section form + refers to either a form or a search element.

+

Adding a static formAssociated property, with a true value, makes an autonomous custom element a form-associated custom element. The ElementInternals interface helps you to implement functions and properties common @@ -69503,6 +69530,9 @@ dictionary ValidityStateFlags {

Form-associated custom elements
+

In this section form + refers to either a form or a search element.

+
internals.setFormValue(value)