summaryrefslogtreecommitdiff
path: root/src/html/TODO
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-17 08:39:50 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:09 +0530
commitf1107bdb33dd760151d1b7311b09fb099c05d8c9 (patch)
treef2f4e2e831d8e0fcc1aab2f518628542eda465a1 /src/html/TODO
parent644e93ff924466c41e55bad14fb7a42c468a4f7c (diff)
downloadlibdom-f1107bdb33dd760151d1b7311b09fb099c05d8c9.tar.gz
libdom-f1107bdb33dd760151d1b7311b09fb099c05d8c9.tar.bz2
Map Element
Diffstat (limited to 'src/html/TODO')
-rw-r--r--src/html/TODO16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/html/TODO b/src/html/TODO
index c61adbd..28ff163 100644
--- a/src/html/TODO
+++ b/src/html/TODO
@@ -26,10 +26,10 @@ HTMLOListElement html_olist_element DONE
HTMLDListElement html_dlist_element DONE
HTMLDirectoryElement html_directory_element DONE
HTMLMenuElement html_menu_element DONE
-HTMLLIElement html_li_element MISSING
-HTMLBlockquoteElement html_blockquote_element MISSING
-HTMLDivElement html_div_element MISSING
-HTMLParagraphElement html_paragraph_element MISSING
+HTMLLIElement html_li_element DONE
+HTMLBlockquoteElement html_blockquote_element DONE
+HTMLDivElement html_div_element DONE
+HTMLParagraphElement html_paragraph_element DONE
HTMLHeadingElement html_heading_element DONE
HTMLQuoteElement html_quote_element DONE
HTMLPreElement html_pre_element DONE
@@ -41,10 +41,10 @@ HTMLModElement html_mod_element DONE
HTMLAnchorElement html_anchor_element DONE
HTMLImageElement html_image_element DONE
HTMLObjectElement html_object_element DONE
-HTMLParamElement html_param_element MISSING
-HTMLAppletElement html_applet_element MISSING
-HTMLMapElement html_map_element MISSING
-HTMLAreaElement html_area_element MISSING
+HTMLParamElement html_param_element DONE
+HTMLAppletElement html_applet_element DONE
+HTMLMapElement html_map_element DONE
+HTMLAreaElement html_area_element DONE
HTMLScriptElement html_script_element MISSING
HTMLTableElement html_table_element MISSING
HTMLTableCaptionElement html_tablecaption_element MISSING