From 1d4e7737b413ba1736b7f1b929e4355c2d750a6e Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 7 Jul 2012 13:38:11 +0100 Subject: HTMLElement and derived objects, TODO list --- src/html/TODO | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 src/html/TODO (limited to 'src/html/TODO') diff --git a/src/html/TODO b/src/html/TODO new file mode 100644 index 0000000..41ad83c --- /dev/null +++ b/src/html/TODO @@ -0,0 +1,56 @@ +The following is the status of the HTML Element and derived objects + +HTMLElement html_element UNFINISHED +HTMLHtmlElement html_html_element DONE +HTMLHeadElement html_head_element MISSING +HTMLLinkElement html_link_element MISSING +HTMLTitleElement html_title_element MISSING +HTMLMetaElement html_meta_element MISSING +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 +HTMLSelectElement html_select_element MISSING +HTMLOptGroupElement html_optgroup_element MISSING +HTMLOptionElement html_option_element MISSING +HTMLInputElement html_input_element MISSING +HTMLTextAreaElement html_textarea_element MISSING +HTMLButtonElement html_button_element MISSING +HTMLLabelElement html_label_element MISSING +HTMLFieldSetElement html_fieldset_element MISSING +HTMLLegendElement html_legend_element MISSING +HTMLUListElement html_ulist_element MISSING +HTMLOListElement html_olist_element MISSING +HTMLDListElement html_dlist_element MISSING +HTMLDirectoryElement html_directory_element MISSING +HTMLMenuElement html_menu_element MISSING +HTMLLIElement html_li_element MISSING +HTMLBlockquoteElement html_blockquote_element MISSING +HTMLDivElement html_div_element MISSING +HTMLParagraphElement html_paragraph_element MISSING +HTMLHeadingElement html_heading_element MISSING +HTMLQuoteElement html_quote_element MISSING +HTMLPreElement html_pre_element MISSING +HTMLBRElement html_br_element MISSING +HTMLBaseFontElement html_basefont_element MISSING +HTMLFontElement html_font_element MISSING +HTMLHRElement html_hr_element MISSING +HTMLModElement html_mod_element MISSING +HTMLAnchorElement html_anchor_element MISSING +HTMLImageElement html_image_element MISSING +HTMLObjectElement html_object_element MISSING +HTMLParamElement html_param_element MISSING +HTMLAppletElement html_applet_element MISSING +HTMLMapElement html_map_element MISSING +HTMLAreaElement html_area_element MISSING +HTMLScriptElement html_script_element MISSING +HTMLTableElement html_table_element MISSING +HTMLTableCaptionElement html_tablecaption_element MISSING +HTMLTableColElement html_tablecol_element MISSING +HTMLTableSectionElement html_tablesection_element MISSING +HTMLTableRowElement html_tablerow_element MISSING +HTMLTableCellElement html_tablecell_element MISSING +HTMLFrameSetElement html_frameset_element MISSING +HTMLFrameElement html_frame_element MISSING +HTMLIFrameElement html_iframe_element MISSING -- cgit v1.2.3