summaryrefslogtreecommitdiff
path: root/src/html/TODO
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-09 20:47:13 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:05 +0530
commitce28e10c6c8018380b0609b715f59f8fd1550a21 (patch)
tree744dd65c582e91d95612f0340ca1485d77cff8df /src/html/TODO
parentba80007cad36fa89c490d2cbdb4321d7e11a8236 (diff)
downloadlibdom-ce28e10c6c8018380b0609b715f59f8fd1550a21.tar.gz
libdom-ce28e10c6c8018380b0609b715f59f8fd1550a21.tar.bz2
Label Element
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 8753087..19be8a4 100644
--- a/src/html/TODO
+++ b/src/html/TODO
@@ -18,7 +18,7 @@ HTMLOptionElement html_option_element MISSING
HTMLInputElement html_input_element MISSING
HTMLTextAreaElement html_textarea_element MISSING
HTMLButtonElement html_button_element MISSING
-HTMLLabelElement html_label_element MISSING
+HTMLLabelElement html_label_element DONE
HTMLFieldSetElement html_fieldset_element DONE
HTMLLegendElement html_legend_element DONE
HTMLUListElement html_ulist_element MISSING
@@ -33,7 +33,7 @@ HTMLParagraphElement html_paragraph_element MISSING
HTMLHeadingElement html_heading_element DONE
HTMLQuoteElement html_quote_element DONE
HTMLPreElement html_pre_element DONE
-HTMLBRElement html_br_element MISSING
+HTMLBRElement html_br_element DONE
HTMLBaseFontElement html_basefont_element MISSING
HTMLFontElement html_font_element MISSING
HTMLHRElement html_hr_element DONE