mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
add TextLength
This commit is contained in:
parent
5c4f54c403
commit
0907940db8
4 changed files with 35 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue