HTMLTextAreaElement.idl 353 B

123456789101112
  1. interface HTMLTextAreaElement : HTMLElement {
  2. [Reflect] attribute DOMString placeholder;
  3. [Reflect] attribute DOMString name;
  4. [Reflect] attribute DOMString wrap;
  5. readonly attribute DOMString type;
  6. [Reflect] attribute boolean disabled;
  7. [Reflect=readonly] attribute boolean readOnly;
  8. [Reflect] attribute boolean required;
  9. };