From dcf589e170dde8fc9dbfa3c8b9860aa4a9ef9f36 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Wed, 31 Jan 2024 01:46:01 +0000 Subject: [PATCH] Editorial: add enumerated attribute table for method/formmethod Helps with #9832. --- source | 45 +++++++++++++++++++++++++++------------------ 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/source b/source index 906a7af836b..b877c9e9c62 100644 --- a/source +++ b/source @@ -56029,25 +56029,34 @@ form.method === input; // => true content attributes are enumerated attributes with the following keywords and states:

- + + + + + + + +
Keyword + State + Brief description +
get + GET + Indicates the form will use the HTTP GET method. +
post + POST + Indicates the form will use the HTTP POST method. +
dialog + Dialog + Indicates the form is intended to close the dialog box in which + the form finds itself, if any, and otherwise not submit. +
-

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

+

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

The formmethod attribute has no missing value default, and its invalid value