mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Address review comments
This commit is contained in:
parent
10d9a66ce1
commit
76219df816
2 changed files with 27 additions and 30 deletions
|
@ -37,7 +37,7 @@ interface HTMLInputElement : HTMLElement {
|
|||
attribute unsigned long size;
|
||||
// attribute DOMString src;
|
||||
// attribute DOMString step;
|
||||
attribute DOMString type; //XXXjdm need binaryName
|
||||
attribute DOMString type;
|
||||
// attribute DOMString defaultValue;
|
||||
[TreatNullAs=EmptyString] attribute DOMString value;
|
||||
// attribute Date? valueAsDate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue