diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-10-10 15:46:45 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-10-11 09:48:15 +0530 |
commit | 8a2c746e6162e1301f38419130dbc9c1ff83a03a (patch) | |
tree | 4072a08c2cfff50580d532f2cd6ce614df159df8 /components/script/dom/webidls/HTMLTextAreaElement.webidl | |
parent | e048f3f940e124d45b43a53a850177c45907822d (diff) | |
download | servo-8a2c746e6162e1301f38419130dbc9c1ff83a03a.tar.gz servo-8a2c746e6162e1301f38419130dbc9c1ff83a03a.zip |
Add type IDL attr for submittable elements
Diffstat (limited to 'components/script/dom/webidls/HTMLTextAreaElement.webidl')
-rw-r--r-- | components/script/dom/webidls/HTMLTextAreaElement.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/HTMLTextAreaElement.webidl b/components/script/dom/webidls/HTMLTextAreaElement.webidl index 534bb87a0e5..f3fb5b3cf40 100644 --- a/components/script/dom/webidls/HTMLTextAreaElement.webidl +++ b/components/script/dom/webidls/HTMLTextAreaElement.webidl @@ -21,7 +21,7 @@ interface HTMLTextAreaElement : HTMLElement { // attribute unsigned long rows; // attribute DOMString wrap; - //readonly attribute DOMString type; + readonly attribute DOMString type; // attribute DOMString defaultValue; //[TreatNullAs=EmptyString] attribute DOMString value; //readonly attribute unsigned long textLength; |