diff --git a/source b/source index 981f0e8a73b..7ec73bc36d1 100644 --- a/source +++ b/source @@ -52667,13 +52667,13 @@ form.method === input; // => true -

The invalid value default for these attributes is the GET state. The missing value default for the method attribute is also the GET state. (There is no missing value default or invalid value default for the - formmethod attribute.)

+

The method attribute's invalid value default and missing value default + are both the GET state.

+ +

The formmethod attribute's invalid value default is the GET state. It + has no missing value default.

The method of an element is one of those states. If the element is a submit button and has a true

  • The "text/plain" keyword and corresponding state.
  • -

    The invalid value default for these attributes is the application/x-www-form-urlencoded state. The missing value default for the enctype attribute is also the application/x-www-form-urlencoded state. (There is no - missing value default for the formenctype attribute.)

    +

    The enctype attribute's invalid value default and missing value default + are both the application/x-www-form-urlencoded + state.

    + +

    The formenctype attribute's invalid value default is the application/x-www-form-urlencoded state. It has no missing value default.

    The enctype of an element is one of those three states. If the element is a submit button and has a