mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Adds support for input element's maxlength attr
servo/servo#7320 servo/servo#7004
This commit is contained in:
parent
2be60be062
commit
d26c555e2a
6 changed files with 196 additions and 13 deletions
|
@ -25,7 +25,7 @@ interface HTMLInputElement : HTMLElement {
|
|||
// attribute DOMString inputMode;
|
||||
//readonly attribute HTMLElement? list;
|
||||
// attribute DOMString max;
|
||||
// attribute long maxLength;
|
||||
attribute long maxLength;
|
||||
// attribute DOMString min;
|
||||
// attribute long minLength;
|
||||
// attribute boolean multiple;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue