HTMLFormElement.idl 125 B

123456
  1. interface HTMLFormElement : HTMLElement {
  2. [Reflect] attribute DOMString name;
  3. [Reflect] attribute DOMString rel;
  4. }