Address review comments

This commit is contained in:
Manish Goregaokar 2014-10-11 04:26:53 +05:30
parent 10d9a66ce1
commit 76219df816
2 changed files with 27 additions and 30 deletions

View file

@ -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;