mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
textarea minLength/maxLength
This commit is contained in:
parent
440e855c33
commit
bdb6706f19
6 changed files with 173 additions and 549 deletions
|
@ -18,10 +18,10 @@ interface HTMLTextAreaElement : HTMLElement {
|
|||
readonly attribute HTMLFormElement? form;
|
||||
// [CEReactions]
|
||||
// attribute DOMString inputMode;
|
||||
// [CEReactions]
|
||||
// attribute long maxLength;
|
||||
// [CEReactions]
|
||||
// attribute long minLength;
|
||||
[CEReactions, SetterThrows]
|
||||
attribute long maxLength;
|
||||
[CEReactions, SetterThrows]
|
||||
attribute long minLength;
|
||||
attribute DOMString name;
|
||||
[CEReactions]
|
||||
attribute DOMString placeholder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue