mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Makes setting negative values to maxLength throw an IndexSize exception
This commit is contained in:
@@ -25,6 +25,7 @@ interface HTMLInputElement : HTMLElement {
|
||||
// attribute DOMString inputMode;
|
||||
//readonly attribute HTMLElement? list;
|
||||
// attribute DOMString max;
|
||||
[SetterThrows]
|
||||
attribute long maxLength;
|
||||
// attribute DOMString min;
|
||||
// attribute long minLength;
|
||||
|
||||
Reference in New Issue
Block a user