HTMLTextAreaElement.idl 176 B

1234567
  1. interface HTMLTextAreaElement : HTMLElement {
  2. [Reflect] attribute DOMString placeholder;
  3. [Reflect] attribute DOMString wrap;
  4. readonly attribute DOMString type;
  5. }