summaryrefslogtreecommitdiff
path: root/src/html/TODO
blob: 8ff489d0918f8c986755f8e0d35494a1ea98b231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
The following is the status of the HTML Element and derived objects, at least
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
HTMLTitleElement	html_title_element		DONE
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		DONE
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