textarea minLength/maxLength

This commit is contained in:
tigercosmos 2018-06-17 06:33:22 -07:00
parent 440e855c33
commit bdb6706f19
6 changed files with 173 additions and 549 deletions

View file

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