mirror of
https://github.com/servo/servo
synced 2026-04-27 09:57:23 +02:00
Get input value IDL attribute matching spec
Refs: https://github.com/servo/servo/issues/9455
This commit is contained in:
@@ -41,7 +41,8 @@ interface HTMLInputElement : HTMLElement {
|
||||
// attribute DOMString step;
|
||||
attribute DOMString type;
|
||||
attribute DOMString defaultValue;
|
||||
[TreatNullAs=EmptyString] attribute DOMString value;
|
||||
[TreatNullAs=EmptyString, SetterThrows]
|
||||
attribute DOMString value;
|
||||
// attribute Date? valueAsDate;
|
||||
// attribute unrestricted double valueAsNumber;
|
||||
// attribute double valueLow;
|
||||
|
||||
Reference in New Issue
Block a user