mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Implement minlength for text inputs
This commit is contained in:
parent
7c0dfd07ad
commit
2cb5adf6c6
8 changed files with 113 additions and 78 deletions
|
@ -27,7 +27,8 @@ interface HTMLInputElement : HTMLElement {
|
|||
[SetterThrows]
|
||||
attribute long maxLength;
|
||||
attribute DOMString min;
|
||||
// attribute long minLength;
|
||||
[SetterThrows]
|
||||
attribute long minLength;
|
||||
attribute boolean multiple;
|
||||
attribute DOMString name;
|
||||
attribute DOMString pattern;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue