HTMLInputElement.idl 480 B

1234567891011121314
  1. interface HTMLInputElement : HTMLElement {
  2. [Reflect] attribute DOMString accept;
  3. [Reflect] attribute DOMString alt;
  4. [Reflect] attribute DOMString max;
  5. [Reflect] attribute DOMString min;
  6. [Reflect] attribute DOMString pattern;
  7. [Reflect] attribute DOMString placeholder;
  8. [Reflect] attribute DOMString src;
  9. [Reflect] attribute DOMString step;
  10. [Reflect=dirname] attribute DOMString dirName;
  11. [Reflect=value] attribute DOMString defaultValue;
  12. }