Implements FormControl for HTMLTextAreaElement

This commit is contained in:
Matthew Rasmus 2014-12-07 11:04:39 -08:00
parent a3b3295d80
commit 7e0c39a82d
4 changed files with 62 additions and 8 deletions

View file

@ -16,7 +16,7 @@ interface HTMLTextAreaElement : HTMLElement {
// attribute long minLength;
attribute DOMString name;
attribute DOMString placeholder;
// attribute boolean readOnly;
attribute boolean readOnly;
attribute boolean required;
attribute unsigned long rows;
attribute DOMString wrap;