summaryrefslogtreecommitdiff
path: root/src/html/TODO
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-10 01:32:06 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:05 +0530
commit306c09b04502f1a501d155bd1d6380191d1a4106 (patch)
treeed8c98be3cd6c6473f13c957e9daf849d86168fa /src/html/TODO
parentb17260bd09aff0c689eb5296082fc473f9f76126 (diff)
downloadlibdom-306c09b04502f1a501d155bd1d6380191d1a4106.tar.gz
libdom-306c09b04502f1a501d155bd1d6380191d1a4106.tar.bz2
OList <ol> 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 19be8a4..9806c6b 100644
--- a/src/html/TODO
+++ b/src/html/TODO
@@ -21,8 +21,8 @@ HTMLButtonElement html_button_element MISSING
HTMLLabelElement html_label_element DONE
HTMLFieldSetElement html_fieldset_element DONE
HTMLLegendElement html_legend_element DONE
-HTMLUListElement html_ulist_element MISSING
-HTMLOListElement html_olist_element MISSING
+HTMLUListElement html_ulist_element DONE
+HTMLOListElement html_olist_element DONE
HTMLDListElement html_dlist_element DONE
HTMLDirectoryElement html_directory_element DONE
HTMLMenuElement html_menu_element DONE