summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 17:40:02 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-07 17:40:02 +0100
commite53520a36fd0a38e2297b8bec3ec8b5626f8fed4 (patch)
tree4b42a3a639aa717e62fad2dba1a4a1d1c7c2dec7
parent02096736454faa7c850ab34daffd3ba206c71f52 (diff)
downloadlibdom-e53520a36fd0a38e2297b8bec3ec8b5626f8fed4.tar.gz
libdom-e53520a36fd0a38e2297b8bec3ec8b5626f8fed4.tar.bz2
HTML*Element: Update TODO
-rw-r--r--src/html/TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/html/TODO b/src/html/TODO
index fa5f8f0..8ff489d 100644
--- a/src/html/TODO
+++ b/src/html/TODO
@@ -1,6 +1,7 @@
-The following is the status of the HTML Element and derived objects
+The following is the status of the HTML Element and derived objects, at least
+as far as the test suite is concerned.
-HTMLElement html_element UNFINISHED
+HTMLElement html_element DONE
HTMLHtmlElement html_html_element DONE
HTMLHeadElement html_head_element DONE
HTMLLinkElement html_link_element MISSING
@@ -10,7 +11,7 @@ HTMLBaseElement html_base_element MISSING
HTMLIsIndexElement html_isindex_element MISSING
HTMLStyleElement html_style_element MISSING
HTMLBodyElement html_body_element MISSING
-HTMLFormElement html_form_element MISSING
+HTMLFormElement html_form_element DONE
HTMLSelectElement html_select_element MISSING
HTMLOptGroupElement html_optgroup_element MISSING
HTMLOptionElement html_option_element MISSING