mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Adds support for input element's maxlength attr
servo/servo#7320 servo/servo#7004
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user