diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-10-11 04:26:53 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-10-11 16:10:02 +0530 |
commit | 76219df816ea4702e45f40b35af1889d29d7a611 (patch) | |
tree | 3ebef320f7021418695e05f77bb5df2c61d687c7 /components/script/dom/webidls/HTMLInputElement.webidl | |
parent | 10d9a66ce1fc3aa2d6ddabfa16a46f2b49c76aa3 (diff) | |
download | servo-76219df816ea4702e45f40b35af1889d29d7a611.tar.gz servo-76219df816ea4702e45f40b35af1889d29d7a611.zip |
Address review comments
Diffstat (limited to 'components/script/dom/webidls/HTMLInputElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLInputElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLInputElement.webidl b/components/script/dom/webidls/HTMLInputElement.webidl index adc3ddb5a86..f2b888dca47 100644 --- a/components/script/dom/webidls/HTMLInputElement.webidl +++ b/components/script/dom/webidls/HTMLInputElement.webidl @@ -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; |