mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Implement minlength for text inputs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user