From 8129a66dfd7e738e0bcab2ed864fe286bf45a121 Mon Sep 17 00:00:00 2001
From: Keith Cirkel
get
, mapping to the state GET, indicating the HTTP GET method.post
, mapping to the state POST, indicating the HTTP POST method.dialog
, mapping to the state dialog, indicating that submitting the form
is
- intended to close the dialog
box in which the form finds itself, if any, and
- otherwise not submit.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 intented 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.
+ data-x="attr-fs-method-GET">Get state.The formmethod
attribute has no missing value default, and its invalid value
- default is the GET state.
The method of an element is one of those states. If the
element is a submit button and has a Assert: method is POST. Switch on enctype:
From 15d5bfce1cbfb6216eb44538a66ac2268d556693 Mon Sep 17 00:00:00 2001
From: Keith Cirkel The attribute's missing value default and invalid value default are both the Get state. The The method of an element is one of those states. If the
element is a submit button and has a Assert: method is Post. Switch on enctype:
From a8782def4f6fff0e9fc10d8b1aeee8207eca7cb6 Mon Sep 17 00:00:00 2001
From: Keith Cirkel The attribute's missing value default and invalid value default are both the GET state. The attribute's missing value default and invalid value default are both the GET state. The The
- GET
- POST
+ Get
+ Post
http
@@ -59485,7 +59492,7 @@ fur
get
- Get
+ GET
Indicates the form
will use the HTTP GET method.
post
- Post
+ POST
Indicates the form
will use the HTTP POST method.
true
the form finds itself, if any, and otherwise not submit.
+
+
formmethod
attribute has no missing value default, and its invalid value
- default is the Get state.
- Get
- Post
+ GET
+ POST
http
@@ -59492,7 +59494,7 @@ fur
Dialog
Indicates the form
is intented to close the dialog
box in which
- the form finds itself, if any, and otherwise not submit.
+ the form finds itself, if any, and otherwise not submit.
From fd35f8144988ba2653be2355c746f4351d6c828e Mon Sep 17 00:00:00 2001
From: Keith Cirkel dialog
Dialog
- Indicates the form
is intented to close the dialog
box in which
+ Indicates the form
is intended to close the dialog
box in which
the form finds itself, if any, and otherwise not submit.
From e51ab32c59753e024e6a89b90dce43d230e6a5b5 Mon Sep 17 00:00:00 2001
From: Keith Cirkel 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
From 26be3d4b2e6096b541e4ceafb25702ecf30ddde3 Mon Sep 17 00:00:00 2001
From: Keith Cirkel method
attribute's missing value default and invalid value default
+ are both the GET state.formmethod
attribute has no missing value default, and its invalid value
From 19fc7d7a600d89f7dbb2ce9861ea2b06f140409e Mon Sep 17 00:00:00 2001
From: Keith Cirkel 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