HTMLFormElement.idl 264 B

12345678910
  1. interface HTMLFormElement : HTMLElement {
  2. [Reflect] attribute DOMString name;
  3. [Reflect] attribute DOMString rel;
  4. [Reflect=accept-charset] attribute DOMString acceptCharset;
  5. [Reflect=novalidate] attribute boolean noValidate;
  6. void submit();
  7. }