mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implements multi line text input for TextArea
This commit is contained in:
parent
fd65b5f438
commit
29241699fd
6 changed files with 115 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue