HTMLButtonElement.idl 326 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. interface HTMLButtonElement : HTMLElement {
  3. [Reflect=formnovalidate] attribute boolean formNoValidate;
  4. [Reflect=formtarget] attribute DOMString formTarget;
  5. [Reflect] attribute DOMString name;
  6. [Reflect] attribute DOMString value;
  7. [CEReactions] attribute DOMString type;
  8. };