mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
textarea minLength/maxLength
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user