add TextLength

This commit is contained in:
tigercosmos 2018-06-14 10:52:06 -07:00
parent 5c4f54c403
commit 0907940db8
4 changed files with 35 additions and 1 deletions

View file

@ -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;