mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
add TextLength
This commit is contained in:
@@ -39,7 +39,7 @@ interface HTMLTextAreaElement : HTMLElement {
|
||||
attribute DOMString defaultValue;
|
||||
[CEReactions,TreatNullAs=EmptyString]
|
||||
attribute DOMString value;
|
||||
// readonly attribute unsigned long textLength;
|
||||
readonly attribute unsigned long textLength;
|
||||
|
||||
// readonly attribute boolean willValidate;
|
||||
// readonly attribute ValidityState validity;
|
||||
|
||||
Reference in New Issue
Block a user