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
commit4c706c539f2ae7f390c3463013e4e41428993c6c (patch)
treeed8c98be3cd6c6473f13c957e9daf849d86168fa /src/html/TODO
parent2a64fa6be386afa4944361a593dd535529c129ce (diff)
downloadlibdom-4c706c539f2ae7f390c3463013e4e41428993c6c.tar.gz
libdom-4c706c539f2ae7f390c3463013e4e41428993c6c.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