1The following is the status of the HTML Element and derived objects, at least
2as far as the test suite is concerned.
3
4HTMLElement		html_element			DONE
5HTMLHtmlElement		html_html_element		DONE
6HTMLHeadElement		html_head_element		DONE
7HTMLLinkElement		html_link_element		DONE
8HTMLTitleElement	html_title_element		DONE
9HTMLMetaElement		html_meta_element		DONE
10HTMLBaseElement		html_base_element		DONE
11HTMLIsIndexElement	html_isindex_element		MISSING
12HTMLStyleElement	html_style_element		DONE
13HTMLBodyElement		html_body_element		DONE
14HTMLFormElement		html_form_element		DONE
15HTMLSelectElement	html_select_element		DONE
16HTMLOptGroupElement	html_optgroup_element		DONE
17HTMLOptionElement	html_option_element		DONE
18HTMLInputElement	html_input_element		DONE
19HTMLTextAreaElement	html_textarea_element		DONE
20HTMLButtonElement	html_button_element		DONE
21HTMLLabelElement	html_label_element		DONE
22HTMLFieldSetElement	html_fieldset_element		DONE
23HTMLLegendElement	html_legend_element		DONE
24HTMLUListElement	html_ulist_element		DONE
25HTMLOListElement	html_olist_element		DONE
26HTMLDListElement	html_dlist_element		DONE
27HTMLDirectoryElement	html_directory_element		DONE
28HTMLMenuElement		html_menu_element		DONE
29HTMLLIElement		html_li_element			DONE
30HTMLBlockquoteElement	html_blockquote_element		DONE
31HTMLDivElement		html_div_element		DONE
32HTMLParagraphElement	html_paragraph_element		DONE
33HTMLHeadingElement	html_heading_element		DONE
34HTMLQuoteElement	html_quote_element		DONE
35HTMLPreElement		html_pre_element		DONE
36HTMLBRElement		html_br_element			DONE
37HTMLBaseFontElement	html_basefont_element		DONE
38HTMLFontElement		html_font_element		DONE
39HTMLHRElement		html_hr_element			DONE
40HTMLModElement		html_mod_element		DONE
41HTMLAnchorElement	html_anchor_element		DONE
42HTMLImageElement	html_image_element		DONE
43HTMLObjectElement	html_object_element		DONE
44HTMLParamElement	html_param_element		DONE
45HTMLAppletElement	html_applet_element		DONE
46HTMLMapElement		html_map_element		DONE
47HTMLAreaElement		html_area_element		DONE
48HTMLScriptElement	html_script_element		DONE
49HTMLTableElement	html_table_element		DONE
50HTMLTableCaptionElement	html_tablecaption_element	DONE
51HTMLTableColElement	html_tablecol_element		DONE
52HTMLTableSectionElement	html_tablesection_element	DONE
53HTMLTableRowElement	html_tablerow_element		DONE
54HTMLTableCellElement	html_tablecell_element		DONE
55HTMLFrameSetElement	html_frameset_element		MISSING
56HTMLFrameElement	html_frame_element		MISSING
57HTMLIFrameElement	html_iframe_element		MISSING
58