mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Get input value IDL attribute matching spec
Refs: https://github.com/servo/servo/issues/9455
This commit is contained in:
parent
21f0e63979
commit
e6c31e305d
5 changed files with 114 additions and 152 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue