From dcf589e170dde8fc9dbfa3c8b9860aa4a9ef9f36 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 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