aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLInputElement.webidl
diff options
context:
space:
mode:
authorSam Gibson <sam@ifdown.net>2015-08-23 16:11:04 +1200
committerSam Gibson <sam@ifdown.net>2015-12-03 14:00:51 +1100
commitd26c555e2a2fe0e10b9237e1ccf48d96665828c7 (patch)
tree58913878ca756d3cd2234c202814e66cb2933b4b /components/script/dom/webidls/HTMLInputElement.webidl
parent2be60be062e14c937af601faed78a6aceccdb062 (diff)
downloadservo-d26c555e2a2fe0e10b9237e1ccf48d96665828c7.tar.gz
servo-d26c555e2a2fe0e10b9237e1ccf48d96665828c7.zip
Adds support for input element's maxlength attr
servo/servo#7320 servo/servo#7004
Diffstat (limited to 'components/script/dom/webidls/HTMLInputElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLInputElement.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLInputElement.webidl b/components/script/dom/webidls/HTMLInputElement.webidl
index a5472818afe..b2b7992f5e0 100644
--- a/components/script/dom/webidls/HTMLInputElement.webidl
+++ b/components/script/dom/webidls/HTMLInputElement.webidl
@@ -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;