summaryrefslogtreecommitdiff
path: root/src/html/TODO
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-10 00:01:36 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-21 17:37:15 +0530
commit8549b274b52ba00f4d82d514b3a2d264fd74e09f (patch)
tree59533299dad0519b8b2e92f75aa3b6d8848c27e9 /src/html/TODO
parent65e8e13c19d77fdac70b7c6dfa8e4a7a736e49b1 (diff)
downloadlibdom-8549b274b52ba00f4d82d514b3a2d264fd74e09f.tar.gz
libdom-8549b274b52ba00f4d82d514b3a2d264fd74e09f.tar.bz2
Input Element checked on clicking fix and also fixed bubbling and cancelability
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 83ff515..b55a6d7 100644
--- a/src/html/TODO
+++ b/src/html/TODO
@@ -15,9 +15,9 @@ HTMLFormElement html_form_element DONE
HTMLSelectElement html_select_element DONE
HTMLOptGroupElement html_optgroup_element DONE
HTMLOptionElement html_option_element DONE
-HTMLInputElement html_input_element MISSING
+HTMLInputElement html_input_element DONE
HTMLTextAreaElement html_textarea_element DONE
-HTMLButtonElement html_button_element MISSING
+HTMLButtonElement html_button_element DONE
HTMLLabelElement html_label_element DONE
HTMLFieldSetElement html_fieldset_element DONE
HTMLLegendElement html_legend_element DONE