summaryrefslogtreecommitdiff
path: root/src/html/TODO
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-31 09:59:54 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:11 +0530
commitcd055419fb5e2c046046d8e132105909c9f7c874 (patch)
tree7e59c064419c0359475638f4171eaf47e99ae75c /src/html/TODO
parentf0a3c95cfc4a5595f930cd5dd14d6cbbf1f85312 (diff)
downloadlibdom-cd055419fb5e2c046046d8e132105909c9f7c874.tar.gz
libdom-cd055419fb5e2c046046d8e132105909c9f7c874.tar.bz2
Base Element
Diffstat (limited to 'src/html/TODO')
-rw-r--r--src/html/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/html/TODO b/src/html/TODO
index 0a75535..97eab8e 100644
--- a/src/html/TODO
+++ b/src/html/TODO
@@ -4,10 +4,10 @@ as far as the test suite is concerned.
HTMLElement html_element DONE
HTMLHtmlElement html_html_element DONE
HTMLHeadElement html_head_element DONE
-HTMLLinkElement html_link_element MISSING
+HTMLLinkElement html_link_element DONE
HTMLTitleElement html_title_element DONE
-HTMLMetaElement html_meta_element MISSING
-HTMLBaseElement html_base_element MISSING
+HTMLMetaElement html_meta_element DONE
+HTMLBaseElement html_base_element DONE
HTMLIsIndexElement html_isindex_element MISSING
HTMLStyleElement html_style_element MISSING
HTMLBodyElement html_body_element MISSING