Implements multi line text input for TextArea

This commit is contained in:
Matthew Rasmus 2014-11-29 13:48:55 -08:00
parent fd65b5f438
commit 29241699fd
6 changed files with 115 additions and 11 deletions

View file

@ -23,7 +23,7 @@ interface HTMLTextAreaElement : HTMLElement {
readonly attribute DOMString type;
attribute DOMString defaultValue;
//[TreatNullAs=EmptyString] attribute DOMString value;
[TreatNullAs=EmptyString] attribute DOMString value;
//readonly attribute unsigned long textLength;
//readonly attribute boolean willValidate;