mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implements multi line text input for TextArea
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user