summaryrefslogtreecommitdiff
path: root/src/html/TODO
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-06-04 21:47:18 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:12 +0530
commit939ec2c2cd709a5ee9cbb4237e77553450543a57 (patch)
tree510232d10cf94963d760e744752f973ccab0bb2c /src/html/TODO
parent862b8be1defce10068f3876aaaa8de8edf65b4ed (diff)
downloadlibdom-939ec2c2cd709a5ee9cbb4237e77553450543a57.tar.gz
libdom-939ec2c2cd709a5ee9cbb4237e77553450543a57.tar.bz2
Missed inputElement Test files && bubbling and cancelability of generic events & buttonElement tests
Diffstat (limited to 'src/html/TODO')
-rw-r--r--src/html/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html/TODO b/src/html/TODO
index e7d4853..183f10d 100644
--- a/src/html/TODO
+++ b/src/html/TODO
@@ -15,8 +15,8 @@ HTMLFormElement html_form_element DONE
HTMLSelectElement html_select_element DONE
HTMLOptGroupElement html_optgroup_element DONE
HTMLOptionElement html_option_element DONE
-HTMLInputElement html_input_element DONE
-HTMLTextAreaElement html_textarea_element MISSING
+HTMLInputElement html_input_element MISSING
+HTMLTextAreaElement html_textarea_element DONE
HTMLButtonElement html_button_element MISSING
HTMLLabelElement html_label_element DONE
HTMLFieldSetElement html_fieldset_element DONE