Interface HTMLFormElement : HTMLElement {
readonly attribute HTMLCollection elements;
readonly attribute long length;
attribute DOMString acceptCharset;
attribute DOMString action;
attribute DOMString text;
attribute DOMString enctype;
attribute DOMString method;
attribute DOMString target;
void submit();
void reset()
}; Semantic Requirements
Attributes
Methods
If you have comments or suggestions, email me at mbrady@nist.gov