mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Improve support of limited unsigned long attributes
This commit is contained in:
@@ -34,7 +34,8 @@ interface HTMLInputElement : HTMLElement {
|
||||
attribute DOMString placeholder;
|
||||
attribute boolean readOnly;
|
||||
// attribute boolean required;
|
||||
attribute unsigned long size;
|
||||
[SetterThrows]
|
||||
attribute unsigned long size;
|
||||
// attribute DOMString src;
|
||||
// attribute DOMString step;
|
||||
attribute DOMString type;
|
||||
|
||||
Reference in New Issue
Block a user