HTMLFormElement.idl 270 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. undefined submit();
  7. };