[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

cblu cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:29:34 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 71831b467085aaaf4b9076733d9863e44c2cf007
Author: cblu <cblu at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Mar 12 01:56:03 2004 +0000

    	Added stubs for the HTML DOM API.
    
            Reviewed by rjw.
    
            * WebCore.pbproj/project.pbxproj:
            * kwq/HTMLDOM.h: Added.
            * kwq/HTMLDOM.mm: Added.
            (-[HTMLCollection length]):
            (-[HTMLCollection item:]):
            (-[HTMLCollection namedItem:]):
            (-[HTMLElement idName]):
            (-[HTMLElement setIdName:]):
            (-[HTMLElement title]):
            (-[HTMLElement setTitle:]):
            (-[HTMLElement lang]):
            (-[HTMLElement setLang:]):
            (-[HTMLElement dir]):
            (-[HTMLElement setDir:]):
            (-[HTMLElement className]):
            (-[HTMLElement setClassName:]):
            (-[HTMLDocument title]):
            (-[HTMLDocument setTitle:]):
            (-[HTMLDocument referrer]):
            (-[HTMLDocument domain]):
            (-[HTMLDocument URL]):
            (-[HTMLDocument body]):
            (-[HTMLDocument images]):
            (-[HTMLDocument applets]):
            (-[HTMLDocument links]):
            (-[HTMLDocument forms]):
            (-[HTMLDocument anchors]):
            (-[HTMLDocument setBody:]):
            (-[HTMLDocument cookie]):
            (-[HTMLDocument setCookie:]):
            (-[HTMLDocument open]):
            (-[HTMLDocument close]):
            (-[HTMLDocument write:]):
            (-[HTMLDocument writeln:]):
            (-[HTMLDocument getElementById:]):
            (-[HTMLDocument getElementsByName:]):
            (-[HTMLHtmlElement version]):
            (-[HTMLHtmlElement setVersion:]):
            (-[HTMLHeadElement profile]):
            (-[HTMLHeadElement setProfile:]):
            (-[HTMLLinkElement disabled]):
            (-[HTMLLinkElement setDisabled:]):
            (-[HTMLLinkElement charset]):
            (-[HTMLLinkElement setCharset:]):
            (-[HTMLLinkElement href]):
            (-[HTMLLinkElement setHref:]):
            (-[HTMLLinkElement hreflang]):
            (-[HTMLLinkElement setHreflang:]):
            (-[HTMLLinkElement media]):
            (-[HTMLLinkElement setMedia:]):
            (-[HTMLLinkElement rel]):
            (-[HTMLLinkElement setRrevel:]):
            (-[HTMLLinkElement rev]):
            (-[HTMLLinkElement setRev:]):
            (-[HTMLLinkElement target]):
            (-[HTMLLinkElement setTarget:]):
            (-[HTMLLinkElement type]):
            (-[HTMLLinkElement setType:]):
            (-[HTMLTitleElement text]):
            (-[HTMLTitleElement setText:]):
            (-[HTMLMetaElement content]):
            (-[HTMLMetaElement setContent:]):
            (-[HTMLMetaElement httpEquiv]):
            (-[HTMLMetaElement setHttpEquiv:]):
            (-[HTMLMetaElement name]):
            (-[HTMLMetaElement setName:]):
            (-[HTMLMetaElement scheme]):
            (-[HTMLMetaElement setScheme:]):
            (-[HTMLBaseElement href]):
            (-[HTMLBaseElement setHref:]):
            (-[HTMLBaseElement target]):
            (-[HTMLBaseElement setTarget:]):
            (-[HTMLStyleElement disabled]):
            (-[HTMLStyleElement setDisabled:]):
            (-[HTMLStyleElement media]):
            (-[HTMLStyleElement setMedia:]):
            (-[HTMLStyleElement type]):
            (-[HTMLStyleElement setType:]):
            (-[HTMLBodyElement aLink]):
            (-[HTMLBodyElement setALink:]):
            (-[HTMLBodyElement background]):
            (-[HTMLBodyElement setBackground:]):
            (-[HTMLBodyElement bgColor]):
            (-[HTMLBodyElement setBgColor:]):
            (-[HTMLBodyElement link]):
            (-[HTMLBodyElement setLink:]):
            (-[HTMLBodyElement text]):
            (-[HTMLBodyElement setText:]):
            (-[HTMLBodyElement vLink]):
            (-[HTMLBodyElement setVLink:]):
            (-[HTMLFormElement elements]):
            (-[HTMLFormElement length]):
            (-[HTMLFormElement name]):
            (-[HTMLFormElement setName:]):
            (-[HTMLFormElement acceptCharset]):
            (-[HTMLFormElement setAcceptCharset:]):
            (-[HTMLFormElement action]):
            (-[HTMLFormElement setAction:]):
            (-[HTMLFormElement enctype]):
            (-[HTMLFormElement setEnctype:]):
            (-[HTMLFormElement method]):
            (-[HTMLFormElement setMethod:]):
            (-[HTMLFormElement target]):
            (-[HTMLFormElement setTarget:]):
            (-[HTMLFormElement submit]):
            (-[HTMLFormElement reset]):
            (-[HTMLIsIndexElement form]):
            (-[HTMLIsIndexElement prompt]):
            (-[HTMLIsIndexElement setPrompt:]):
            (-[HTMLSelectElement type]):
            (-[HTMLSelectElement selectedIndex]):
            (-[HTMLSelectElement setSelectedIndex:]):
            (-[HTMLSelectElement value]):
            (-[HTMLSelectElement setValue:]):
            (-[HTMLSelectElement length]):
            (-[HTMLSelectElement form]):
            (-[HTMLSelectElement options]):
            (-[HTMLSelectElement disabled]):
            (-[HTMLSelectElement multiple]):
            (-[HTMLSelectElement name]):
            (-[HTMLSelectElement setName:]):
            (-[HTMLSelectElement size]):
            (-[HTMLSelectElement tabIndex]):
            (-[HTMLSelectElement add::]):
            (-[HTMLSelectElement remove:]):
            (-[HTMLSelectElement blur]):
            (-[HTMLSelectElement focus]):
            (-[HTMLOptGroupElement disabled]):
            (-[HTMLOptGroupElement setDisabled:]):
            (-[HTMLOptGroupElement label]):
            (-[HTMLOptGroupElement setLabel:]):
            (-[HTMLOptionElement form]):
            (-[HTMLOptionElement defaultSelected]):
            (-[HTMLOptionElement setDefaultSelected:]):
            (-[HTMLOptionElement text]):
            (-[HTMLOptionElement index]):
            (-[HTMLOptionElement setIndex:]):
            (-[HTMLOptionElement disabled]):
            (-[HTMLOptionElement setDisabled:]):
            (-[HTMLOptionElement label]):
            (-[HTMLOptionElement setLabel:]):
            (-[HTMLOptionElement selected]):
            (-[HTMLOptionElement value]):
            (-[HTMLOptionElement setValue:]):
            (-[HTMLInputElement defaultValue]):
            (-[HTMLInputElement setDefaultValue:]):
            (-[HTMLInputElement defaultChecked]):
            (-[HTMLInputElement setDefaultChecked:]):
            (-[HTMLInputElement form]):
            (-[HTMLInputElement accept]):
            (-[HTMLInputElement setAccept:]):
            (-[HTMLInputElement accessKey]):
            (-[HTMLInputElement setAccessKey:]):
            (-[HTMLInputElement align]):
            (-[HTMLInputElement setAlign:]):
            (-[HTMLInputElement alt]):
            (-[HTMLInputElement setAlt:]):
            (-[HTMLInputElement checked]):
            (-[HTMLInputElement setChecked:]):
            (-[HTMLInputElement disabled]):
            (-[HTMLInputElement setDisabled:]):
            (-[HTMLInputElement maxLength]):
            (-[HTMLInputElement setMaxLength:]):
            (-[HTMLInputElement name]):
            (-[HTMLInputElement setName:]):
            (-[HTMLInputElement readOnly]):
            (-[HTMLInputElement setReadOnly:]):
            (-[HTMLInputElement size]):
            (-[HTMLInputElement setSize:]):
            (-[HTMLInputElement src]):
            (-[HTMLInputElement setSrc:]):
            (-[HTMLInputElement tabIndex]):
            (-[HTMLInputElement setTabIndex:]):
            (-[HTMLInputElement type]):
            (-[HTMLInputElement useMap]):
            (-[HTMLInputElement setUseMap:]):
            (-[HTMLInputElement value]):
            (-[HTMLInputElement setValue:]):
            (-[HTMLInputElement blur]):
            (-[HTMLInputElement focus]):
            (-[HTMLInputElement select]):
            (-[HTMLInputElement click]):
            (-[HTMLTextAreaElement defaultValue]):
            (-[HTMLTextAreaElement setDefaultValue:]):
            (-[HTMLTextAreaElement form]):
            (-[HTMLTextAreaElement accessKey]):
            (-[HTMLTextAreaElement setAccessKey:]):
            (-[HTMLTextAreaElement cols]):
            (-[HTMLTextAreaElement setCols:]):
            (-[HTMLTextAreaElement disabled]):
            (-[HTMLTextAreaElement setDisabled:]):
            (-[HTMLTextAreaElement name]):
            (-[HTMLTextAreaElement setName:]):
            (-[HTMLTextAreaElement readOnly]):
            (-[HTMLTextAreaElement setReadOnly:]):
            (-[HTMLTextAreaElement rows]):
            (-[HTMLTextAreaElement setRows:]):
            (-[HTMLTextAreaElement tabIndex]):
            (-[HTMLTextAreaElement setTabIndex:]):
            (-[HTMLTextAreaElement type]):
            (-[HTMLTextAreaElement value]):
            (-[HTMLTextAreaElement setValue:]):
            (-[HTMLTextAreaElement blur]):
            (-[HTMLTextAreaElement focus]):
            (-[HTMLTextAreaElement select]):
            (-[HTMLButtonElement form]):
            (-[HTMLButtonElement accessKey]):
            (-[HTMLButtonElement setAccessKey:]):
            (-[HTMLButtonElement disabled]):
            (-[HTMLButtonElement setDisabled:]):
            (-[HTMLButtonElement name]):
            (-[HTMLButtonElement setName:]):
            (-[HTMLButtonElement tabIndex]):
            (-[HTMLButtonElement setTabIndex:]):
            (-[HTMLButtonElement type]):
            (-[HTMLButtonElement value]):
            (-[HTMLButtonElement setValue:]):
            (-[HTMLLabelElement form]):
            (-[HTMLLabelElement accessKey]):
            (-[HTMLLabelElement setAccessKey:]):
            (-[HTMLLabelElement htmlFor]):
            (-[HTMLLabelElement setHtmlFor:]):
            (-[HTMLFieldSetElement form]):
            (-[HTMLLegendElement form]):
            (-[HTMLLegendElement accessKey]):
            (-[HTMLLegendElement setAccessKey:]):
            (-[HTMLLegendElement align]):
            (-[HTMLLegendElement setAlign:]):
            (-[HTMLUListElement compact]):
            (-[HTMLUListElement setCompact:]):
            (-[HTMLUListElement type]):
            (-[HTMLUListElement setType:]):
            (-[HTMLOListElement compact]):
            (-[HTMLOListElement setCompact:]):
            (-[HTMLOListElement start]):
            (-[HTMLOListElement setStart:]):
            (-[HTMLOListElement type]):
            (-[HTMLOListElement setType:]):
            (-[HTMLDListElement compact]):
            (-[HTMLDListElement setCompact:]):
            (-[HTMLDirectoryElement compact]):
            (-[HTMLDirectoryElement setCompact:]):
            (-[HTMLMenuElement compact]):
            (-[HTMLMenuElement setCompact:]):
            (-[HTMLLIElement type]):
            (-[HTMLLIElement setType:]):
            (-[HTMLLIElement value]):
            (-[HTMLLIElement setValue:]):
            (-[HTMLBlockquoteElement cite]):
            (-[HTMLBlockquoteElement setCite:]):
            (-[HTMLDivElement align]):
            (-[HTMLDivElement setAlign:]):
            (-[HTMLParagraphElement align]):
            (-[HTMLParagraphElement setAlign:]):
            (-[HTMLHeadingElement align]):
            (-[HTMLHeadingElement setAlign:]):
            (-[HTMLQuoteElement cite]):
            (-[HTMLQuoteElement setCite:]):
            (-[HTMLPreElement width]):
            (-[HTMLPreElement setWidth:]):
            (-[HTMLBRElement clear]):
            (-[HTMLBRElement setClear:]):
            (-[HTMLBaseFontElement color]):
            (-[HTMLBaseFontElement setColor:]):
            (-[HTMLBaseFontElement face]):
            (-[HTMLBaseFontElement setFace:]):
            (-[HTMLBaseFontElement size]):
            (-[HTMLBaseFontElement setSize:]):
            (-[HTMLFontElement color]):
            (-[HTMLFontElement setColor:]):
            (-[HTMLFontElement face]):
            (-[HTMLFontElement setFace:]):
            (-[HTMLFontElement size]):
            (-[HTMLFontElement setSize:]):
            (-[HTMLHRElement align]):
            (-[HTMLHRElement setAlign:]):
            (-[HTMLHRElement noShade]):
            (-[HTMLHRElement setNoShade:]):
            (-[HTMLHRElement size]):
            (-[HTMLHRElement setSize:]):
            (-[HTMLHRElement width]):
            (-[HTMLHRElement setWidth:]):
            (-[HTMLModElement cite]):
            (-[HTMLModElement setCite:]):
            (-[HTMLModElement dateTime]):
            (-[HTMLModElement setDateTime:]):
            (-[HTMLAnchorElement accessKey]):
            (-[HTMLAnchorElement setAccessKey:]):
            (-[HTMLAnchorElement charset]):
            (-[HTMLAnchorElement setCharset:]):
            (-[HTMLAnchorElement coords]):
            (-[HTMLAnchorElement setCoords:]):
            (-[HTMLAnchorElement href]):
            (-[HTMLAnchorElement setHref:]):
            (-[HTMLAnchorElement hreflang]):
            (-[HTMLAnchorElement setHreflang:]):
            (-[HTMLAnchorElement name]):
            (-[HTMLAnchorElement setName:]):
            (-[HTMLAnchorElement rel]):
            (-[HTMLAnchorElement setRel:]):
            (-[HTMLAnchorElement rev]):
            (-[HTMLAnchorElement setRev:]):
            (-[HTMLAnchorElement shape]):
            (-[HTMLAnchorElement setShape:]):
            (-[HTMLAnchorElement tabIndex]):
            (-[HTMLAnchorElement setTabIndex:]):
            (-[HTMLAnchorElement target]):
            (-[HTMLAnchorElement setTarget:]):
            (-[HTMLAnchorElement type]):
            (-[HTMLAnchorElement setType:]):
            (-[HTMLAnchorElement blur]):
            (-[HTMLAnchorElement focus]):
            (-[HTMLImageElement lowSrc]):
            (-[HTMLImageElement setLowSrc:]):
            (-[HTMLImageElement name]):
            (-[HTMLImageElement setName:]):
            (-[HTMLImageElement align]):
            (-[HTMLImageElement setAlign:]):
            (-[HTMLImageElement alt]):
            (-[HTMLImageElement setAlt:]):
            (-[HTMLImageElement border]):
            (-[HTMLImageElement setBorder:]):
            (-[HTMLImageElement height]):
            (-[HTMLImageElement setHeight:]):
            (-[HTMLImageElement hspace]):
            (-[HTMLImageElement setHspace:]):
            (-[HTMLImageElement isMap]):
            (-[HTMLImageElement setIsMap:]):
            (-[HTMLImageElement longDesc]):
            (-[HTMLImageElement setLongDesc:]):
            (-[HTMLImageElement src]):
            (-[HTMLImageElement setSrc:]):
            (-[HTMLImageElement useMap]):
            (-[HTMLImageElement setUseMap:]):
            (-[HTMLImageElement vspace]):
            (-[HTMLImageElement setVspace:]):
            (-[HTMLImageElement width]):
            (-[HTMLImageElement setWidth:]):
            (-[HTMLObjectElement form]):
            (-[HTMLObjectElement code]):
            (-[HTMLObjectElement setCode:]):
            (-[HTMLObjectElement align]):
            (-[HTMLObjectElement setAlign:]):
            (-[HTMLObjectElement archive]):
            (-[HTMLObjectElement setArchive:]):
            (-[HTMLObjectElement border]):
            (-[HTMLObjectElement setBorder:]):
            (-[HTMLObjectElement codeBase]):
            (-[HTMLObjectElement setCodeBase:]):
            (-[HTMLObjectElement codeType]):
            (-[HTMLObjectElement setCodeType:]):
            (-[HTMLObjectElement data]):
            (-[HTMLObjectElement setData:]):
            (-[HTMLObjectElement declare]):
            (-[HTMLObjectElement setDeclare:]):
            (-[HTMLObjectElement height]):
            (-[HTMLObjectElement setHeight:]):
            (-[HTMLObjectElement hspace]):
            (-[HTMLObjectElement setHspace:]):
            (-[HTMLObjectElement name]):
            (-[HTMLObjectElement setName:]):
            (-[HTMLObjectElement standby]):
            (-[HTMLObjectElement setStandby:]):
            (-[HTMLObjectElement tabIndex]):
            (-[HTMLObjectElement setTabIndex:]):
            (-[HTMLObjectElement type]):
            (-[HTMLObjectElement setType:]):
            (-[HTMLObjectElement useMap]):
            (-[HTMLObjectElement setUseMap:]):
            (-[HTMLObjectElement vspace]):
            (-[HTMLObjectElement setVspace:]):
            (-[HTMLObjectElement width]):
            (-[HTMLObjectElement setWidth:]):
            (-[HTMLParamElement name]):
            (-[HTMLParamElement setName:]):
            (-[HTMLParamElement type]):
            (-[HTMLParamElement setType:]):
            (-[HTMLParamElement value]):
            (-[HTMLParamElement setValue:]):
            (-[HTMLParamElement valueType]):
            (-[HTMLParamElement setValueType:]):
            (-[HTMLAppletElement align]):
            (-[HTMLAppletElement setAlign:]):
            (-[HTMLAppletElement alt]):
            (-[HTMLAppletElement setAlt:]):
            (-[HTMLAppletElement archive]):
            (-[HTMLAppletElement setArchive:]):
            (-[HTMLAppletElement code]):
            (-[HTMLAppletElement setCode:]):
            (-[HTMLAppletElement codeBase]):
            (-[HTMLAppletElement setCodeBase:]):
            (-[HTMLAppletElement codeType]):
            (-[HTMLAppletElement setCodeType:]):
            (-[HTMLAppletElement height]):
            (-[HTMLAppletElement setHeight:]):
            (-[HTMLAppletElement hspace]):
            (-[HTMLAppletElement setHspace:]):
            (-[HTMLAppletElement name]):
            (-[HTMLAppletElement setName:]):
            (-[HTMLAppletElement object]):
            (-[HTMLAppletElement setObject:]):
            (-[HTMLAppletElement vspace]):
            (-[HTMLAppletElement setVspace:]):
            (-[HTMLAppletElement width]):
            (-[HTMLAppletElement setWidth:]):
            (-[HTMLMapElement areas]):
            (-[HTMLMapElement name]):
            (-[HTMLMapElement setName:]):
            (-[HTMLAreaElement accessKey]):
            (-[HTMLAreaElement setAccessKey:]):
            (-[HTMLAreaElement alt]):
            (-[HTMLAreaElement setAlt:]):
            (-[HTMLAreaElement coords]):
            (-[HTMLAreaElement setCoords:]):
            (-[HTMLAreaElement href]):
            (-[HTMLAreaElement setHref:]):
            (-[HTMLAreaElement noHref]):
            (-[HTMLAreaElement setNoHref:]):
            (-[HTMLAreaElement shape]):
            (-[HTMLAreaElement setShape:]):
            (-[HTMLAreaElement tabIndex]):
            (-[HTMLAreaElement setTabIndex:]):
            (-[HTMLAreaElement target]):
            (-[HTMLAreaElement setTarget:]):
            (-[HTMLScriptElement text]):
            (-[HTMLScriptElement setText:]):
            (-[HTMLScriptElement htmlFor]):
            (-[HTMLScriptElement setHtmlFor:]):
            (-[HTMLScriptElement event]):
            (-[HTMLScriptElement setEvent:]):
            (-[HTMLScriptElement charset]):
            (-[HTMLScriptElement setCharset:]):
            (-[HTMLScriptElement defer]):
            (-[HTMLScriptElement setDefer:]):
            (-[HTMLScriptElement src]):
            (-[HTMLScriptElement setSrc:]):
            (-[HTMLScriptElement type]):
            (-[HTMLScriptElement setType:]):
            (-[HTMLTableCaptionElement align]):
            (-[HTMLTableCaptionElement setAlign:]):
            (-[HTMLTableSectionElement align]):
            (-[HTMLTableSectionElement setAlign:]):
            (-[HTMLTableSectionElement ch]):
            (-[HTMLTableSectionElement setCh:]):
            (-[HTMLTableSectionElement chOff]):
            (-[HTMLTableSectionElement setChOff:]):
            (-[HTMLTableSectionElement vAlign]):
            (-[HTMLTableSectionElement setVAlign:]):
            (-[HTMLTableSectionElement rows]):
            (-[HTMLTableSectionElement insertRow:]):
            (-[HTMLTableSectionElement deleteRow:]):
            (-[HTMLTableElement caption]):
            (-[HTMLTableElement tHead]):
            (-[HTMLTableElement tFoot]):
            (-[HTMLTableElement rows]):
            (-[HTMLTableElement tBodies]):
            (-[HTMLTableElement align]):
            (-[HTMLTableElement setAlign:]):
            (-[HTMLTableElement bgColor]):
            (-[HTMLTableElement setBgColor:]):
            (-[HTMLTableElement border]):
            (-[HTMLTableElement setBorder:]):
            (-[HTMLTableElement cellPadding]):
            (-[HTMLTableElement setCellPadding:]):
            (-[HTMLTableElement cellSpacing]):
            (-[HTMLTableElement setCellSpacing:]):
            (-[HTMLTableElement frame]):
            (-[HTMLTableElement setFrame:]):
            (-[HTMLTableElement rules]):
            (-[HTMLTableElement setRules:]):
            (-[HTMLTableElement summary]):
            (-[HTMLTableElement setSummary:]):
            (-[HTMLTableElement width]):
            (-[HTMLTableElement setWidth:]):
            (-[HTMLTableElement createTHead]):
            (-[HTMLTableElement deleteTHead]):
            (-[HTMLTableElement createTFoot]):
            (-[HTMLTableElement deleteTFoot]):
            (-[HTMLTableElement createCaption]):
            (-[HTMLTableElement deleteCaption]):
            (-[HTMLTableElement deleteRow:]):
            (-[HTMLTableColElement align]):
            (-[HTMLTableColElement setAlign:]):
            (-[HTMLTableColElement ch]):
            (-[HTMLTableColElement setCh:]):
            (-[HTMLTableColElement chOff]):
            (-[HTMLTableColElement setChOff:]):
            (-[HTMLTableColElement span]):
            (-[HTMLTableColElement setSpan:]):
            (-[HTMLTableColElement vAlign]):
            (-[HTMLTableColElement setVAlign:]):
            (-[HTMLTableColElement width]):
            (-[HTMLTableColElement setWidth:]):
            (-[HTMLTableRowElement rowIndex]):
            (-[HTMLTableRowElement setRowIndex:]):
            (-[HTMLTableRowElement sectionRowIndex]):
            (-[HTMLTableRowElement setSectionRowIndex:]):
            (-[HTMLTableRowElement cells]):
            (-[HTMLTableRowElement setCells:]):
            (-[HTMLTableRowElement align]):
            (-[HTMLTableRowElement setAlign:]):
            (-[HTMLTableRowElement bgColor]):
            (-[HTMLTableRowElement setBgColor:]):
            (-[HTMLTableRowElement ch]):
            (-[HTMLTableRowElement setCh:]):
            (-[HTMLTableRowElement chOff]):
            (-[HTMLTableRowElement setChOff:]):
            (-[HTMLTableRowElement vAlign]):
            (-[HTMLTableRowElement setVAlign:]):
            (-[HTMLTableRowElement insertCell:]):
            (-[HTMLTableRowElement deleteCell:]):
            (-[HTMLTableCellElement cellIndex]):
            (-[HTMLTableCellElement setCellIndex:]):
            (-[HTMLTableCellElement abbr]):
            (-[HTMLTableCellElement setAbbr:]):
            (-[HTMLTableCellElement align]):
            (-[HTMLTableCellElement setAlign:]):
            (-[HTMLTableCellElement axis]):
            (-[HTMLTableCellElement setAxis:]):
            (-[HTMLTableCellElement bgColor]):
            (-[HTMLTableCellElement setBgColor:]):
            (-[HTMLTableCellElement ch]):
            (-[HTMLTableCellElement setCh:]):
            (-[HTMLTableCellElement chOff]):
            (-[HTMLTableCellElement setChOff:]):
            (-[HTMLTableCellElement colSpan]):
            (-[HTMLTableCellElement setColSpan:]):
            (-[HTMLTableCellElement headers]):
            (-[HTMLTableCellElement setHeaders:]):
            (-[HTMLTableCellElement height]):
            (-[HTMLTableCellElement setHeight:]):
            (-[HTMLTableCellElement noWrap]):
            (-[HTMLTableCellElement setNoWrap:]):
            (-[HTMLTableCellElement rowSpan]):
            (-[HTMLTableCellElement setRowSpan:]):
            (-[HTMLTableCellElement scope]):
            (-[HTMLTableCellElement setScope:]):
            (-[HTMLTableCellElement vAlign]):
            (-[HTMLTableCellElement setVAlign:]):
            (-[HTMLTableCellElement width]):
            (-[HTMLTableCellElement setWidth:]):
            (-[HTMLFrameSetElement cols]):
            (-[HTMLFrameSetElement setCols:]):
            (-[HTMLFrameSetElement rows]):
            (-[HTMLFrameSetElement setRows:]):
            (-[HTMLFrameElement frameBorder]):
            (-[HTMLFrameElement setFrameBorder:]):
            (-[HTMLFrameElement longDesc]):
            (-[HTMLFrameElement setLongDesc:]):
            (-[HTMLFrameElement marginHeight]):
            (-[HTMLFrameElement setMarginHeight:]):
            (-[HTMLFrameElement marginWidth]):
            (-[HTMLFrameElement setMarginWidth:]):
            (-[HTMLFrameElement name]):
            (-[HTMLFrameElement setName:]):
            (-[HTMLFrameElement noResize]):
            (-[HTMLFrameElement setNoResize:]):
            (-[HTMLFrameElement scrolling]):
            (-[HTMLFrameElement setScrolling:]):
            (-[HTMLFrameElement src]):
            (-[HTMLFrameElement setSrc:]):
            (-[HTMLIFrameElement align]):
            (-[HTMLIFrameElement setAlign:]):
            (-[HTMLIFrameElement frameBorder]):
            (-[HTMLIFrameElement setFrameBorder:]):
            (-[HTMLIFrameElement height]):
            (-[HTMLIFrameElement setHeight:]):
            (-[HTMLIFrameElement longDesc]):
            (-[HTMLIFrameElement setLongDesc:]):
            (-[HTMLIFrameElement marginHeight]):
            (-[HTMLIFrameElement setMarginHeight:]):
            (-[HTMLIFrameElement marginWidth]):
            (-[HTMLIFrameElement setMarginWidth:]):
            (-[HTMLIFrameElement name]):
            (-[HTMLIFrameElement setName:]):
            (-[HTMLIFrameElement scrolling]):
            (-[HTMLIFrameElement setScrolling:]):
            (-[HTMLIFrameElement src]):
            (-[HTMLIFrameElement setSrc:]):
            (-[HTMLIFrameElement width]):
            (-[HTMLIFrameElement setWidth:]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@6214 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 5fc772f..ec63f4b 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,591 @@
+2004-03-11  Chris Blumenberg  <cblu at apple.com>
+
+	Added stubs for the HTML DOM API.
+
+        Reviewed by rjw.
+
+        * WebCore.pbproj/project.pbxproj:
+        * kwq/HTMLDOM.h: Added.
+        * kwq/HTMLDOM.mm: Added.
+        (-[HTMLCollection length]):
+        (-[HTMLCollection item:]):
+        (-[HTMLCollection namedItem:]):
+        (-[HTMLElement idName]):
+        (-[HTMLElement setIdName:]):
+        (-[HTMLElement title]):
+        (-[HTMLElement setTitle:]):
+        (-[HTMLElement lang]):
+        (-[HTMLElement setLang:]):
+        (-[HTMLElement dir]):
+        (-[HTMLElement setDir:]):
+        (-[HTMLElement className]):
+        (-[HTMLElement setClassName:]):
+        (-[HTMLDocument title]):
+        (-[HTMLDocument setTitle:]):
+        (-[HTMLDocument referrer]):
+        (-[HTMLDocument domain]):
+        (-[HTMLDocument URL]):
+        (-[HTMLDocument body]):
+        (-[HTMLDocument images]):
+        (-[HTMLDocument applets]):
+        (-[HTMLDocument links]):
+        (-[HTMLDocument forms]):
+        (-[HTMLDocument anchors]):
+        (-[HTMLDocument setBody:]):
+        (-[HTMLDocument cookie]):
+        (-[HTMLDocument setCookie:]):
+        (-[HTMLDocument open]):
+        (-[HTMLDocument close]):
+        (-[HTMLDocument write:]):
+        (-[HTMLDocument writeln:]):
+        (-[HTMLDocument getElementById:]):
+        (-[HTMLDocument getElementsByName:]):
+        (-[HTMLHtmlElement version]):
+        (-[HTMLHtmlElement setVersion:]):
+        (-[HTMLHeadElement profile]):
+        (-[HTMLHeadElement setProfile:]):
+        (-[HTMLLinkElement disabled]):
+        (-[HTMLLinkElement setDisabled:]):
+        (-[HTMLLinkElement charset]):
+        (-[HTMLLinkElement setCharset:]):
+        (-[HTMLLinkElement href]):
+        (-[HTMLLinkElement setHref:]):
+        (-[HTMLLinkElement hreflang]):
+        (-[HTMLLinkElement setHreflang:]):
+        (-[HTMLLinkElement media]):
+        (-[HTMLLinkElement setMedia:]):
+        (-[HTMLLinkElement rel]):
+        (-[HTMLLinkElement setRrevel:]):
+        (-[HTMLLinkElement rev]):
+        (-[HTMLLinkElement setRev:]):
+        (-[HTMLLinkElement target]):
+        (-[HTMLLinkElement setTarget:]):
+        (-[HTMLLinkElement type]):
+        (-[HTMLLinkElement setType:]):
+        (-[HTMLTitleElement text]):
+        (-[HTMLTitleElement setText:]):
+        (-[HTMLMetaElement content]):
+        (-[HTMLMetaElement setContent:]):
+        (-[HTMLMetaElement httpEquiv]):
+        (-[HTMLMetaElement setHttpEquiv:]):
+        (-[HTMLMetaElement name]):
+        (-[HTMLMetaElement setName:]):
+        (-[HTMLMetaElement scheme]):
+        (-[HTMLMetaElement setScheme:]):
+        (-[HTMLBaseElement href]):
+        (-[HTMLBaseElement setHref:]):
+        (-[HTMLBaseElement target]):
+        (-[HTMLBaseElement setTarget:]):
+        (-[HTMLStyleElement disabled]):
+        (-[HTMLStyleElement setDisabled:]):
+        (-[HTMLStyleElement media]):
+        (-[HTMLStyleElement setMedia:]):
+        (-[HTMLStyleElement type]):
+        (-[HTMLStyleElement setType:]):
+        (-[HTMLBodyElement aLink]):
+        (-[HTMLBodyElement setALink:]):
+        (-[HTMLBodyElement background]):
+        (-[HTMLBodyElement setBackground:]):
+        (-[HTMLBodyElement bgColor]):
+        (-[HTMLBodyElement setBgColor:]):
+        (-[HTMLBodyElement link]):
+        (-[HTMLBodyElement setLink:]):
+        (-[HTMLBodyElement text]):
+        (-[HTMLBodyElement setText:]):
+        (-[HTMLBodyElement vLink]):
+        (-[HTMLBodyElement setVLink:]):
+        (-[HTMLFormElement elements]):
+        (-[HTMLFormElement length]):
+        (-[HTMLFormElement name]):
+        (-[HTMLFormElement setName:]):
+        (-[HTMLFormElement acceptCharset]):
+        (-[HTMLFormElement setAcceptCharset:]):
+        (-[HTMLFormElement action]):
+        (-[HTMLFormElement setAction:]):
+        (-[HTMLFormElement enctype]):
+        (-[HTMLFormElement setEnctype:]):
+        (-[HTMLFormElement method]):
+        (-[HTMLFormElement setMethod:]):
+        (-[HTMLFormElement target]):
+        (-[HTMLFormElement setTarget:]):
+        (-[HTMLFormElement submit]):
+        (-[HTMLFormElement reset]):
+        (-[HTMLIsIndexElement form]):
+        (-[HTMLIsIndexElement prompt]):
+        (-[HTMLIsIndexElement setPrompt:]):
+        (-[HTMLSelectElement type]):
+        (-[HTMLSelectElement selectedIndex]):
+        (-[HTMLSelectElement setSelectedIndex:]):
+        (-[HTMLSelectElement value]):
+        (-[HTMLSelectElement setValue:]):
+        (-[HTMLSelectElement length]):
+        (-[HTMLSelectElement form]):
+        (-[HTMLSelectElement options]):
+        (-[HTMLSelectElement disabled]):
+        (-[HTMLSelectElement multiple]):
+        (-[HTMLSelectElement name]):
+        (-[HTMLSelectElement setName:]):
+        (-[HTMLSelectElement size]):
+        (-[HTMLSelectElement tabIndex]):
+        (-[HTMLSelectElement add::]):
+        (-[HTMLSelectElement remove:]):
+        (-[HTMLSelectElement blur]):
+        (-[HTMLSelectElement focus]):
+        (-[HTMLOptGroupElement disabled]):
+        (-[HTMLOptGroupElement setDisabled:]):
+        (-[HTMLOptGroupElement label]):
+        (-[HTMLOptGroupElement setLabel:]):
+        (-[HTMLOptionElement form]):
+        (-[HTMLOptionElement defaultSelected]):
+        (-[HTMLOptionElement setDefaultSelected:]):
+        (-[HTMLOptionElement text]):
+        (-[HTMLOptionElement index]):
+        (-[HTMLOptionElement setIndex:]):
+        (-[HTMLOptionElement disabled]):
+        (-[HTMLOptionElement setDisabled:]):
+        (-[HTMLOptionElement label]):
+        (-[HTMLOptionElement setLabel:]):
+        (-[HTMLOptionElement selected]):
+        (-[HTMLOptionElement value]):
+        (-[HTMLOptionElement setValue:]):
+        (-[HTMLInputElement defaultValue]):
+        (-[HTMLInputElement setDefaultValue:]):
+        (-[HTMLInputElement defaultChecked]):
+        (-[HTMLInputElement setDefaultChecked:]):
+        (-[HTMLInputElement form]):
+        (-[HTMLInputElement accept]):
+        (-[HTMLInputElement setAccept:]):
+        (-[HTMLInputElement accessKey]):
+        (-[HTMLInputElement setAccessKey:]):
+        (-[HTMLInputElement align]):
+        (-[HTMLInputElement setAlign:]):
+        (-[HTMLInputElement alt]):
+        (-[HTMLInputElement setAlt:]):
+        (-[HTMLInputElement checked]):
+        (-[HTMLInputElement setChecked:]):
+        (-[HTMLInputElement disabled]):
+        (-[HTMLInputElement setDisabled:]):
+        (-[HTMLInputElement maxLength]):
+        (-[HTMLInputElement setMaxLength:]):
+        (-[HTMLInputElement name]):
+        (-[HTMLInputElement setName:]):
+        (-[HTMLInputElement readOnly]):
+        (-[HTMLInputElement setReadOnly:]):
+        (-[HTMLInputElement size]):
+        (-[HTMLInputElement setSize:]):
+        (-[HTMLInputElement src]):
+        (-[HTMLInputElement setSrc:]):
+        (-[HTMLInputElement tabIndex]):
+        (-[HTMLInputElement setTabIndex:]):
+        (-[HTMLInputElement type]):
+        (-[HTMLInputElement useMap]):
+        (-[HTMLInputElement setUseMap:]):
+        (-[HTMLInputElement value]):
+        (-[HTMLInputElement setValue:]):
+        (-[HTMLInputElement blur]):
+        (-[HTMLInputElement focus]):
+        (-[HTMLInputElement select]):
+        (-[HTMLInputElement click]):
+        (-[HTMLTextAreaElement defaultValue]):
+        (-[HTMLTextAreaElement setDefaultValue:]):
+        (-[HTMLTextAreaElement form]):
+        (-[HTMLTextAreaElement accessKey]):
+        (-[HTMLTextAreaElement setAccessKey:]):
+        (-[HTMLTextAreaElement cols]):
+        (-[HTMLTextAreaElement setCols:]):
+        (-[HTMLTextAreaElement disabled]):
+        (-[HTMLTextAreaElement setDisabled:]):
+        (-[HTMLTextAreaElement name]):
+        (-[HTMLTextAreaElement setName:]):
+        (-[HTMLTextAreaElement readOnly]):
+        (-[HTMLTextAreaElement setReadOnly:]):
+        (-[HTMLTextAreaElement rows]):
+        (-[HTMLTextAreaElement setRows:]):
+        (-[HTMLTextAreaElement tabIndex]):
+        (-[HTMLTextAreaElement setTabIndex:]):
+        (-[HTMLTextAreaElement type]):
+        (-[HTMLTextAreaElement value]):
+        (-[HTMLTextAreaElement setValue:]):
+        (-[HTMLTextAreaElement blur]):
+        (-[HTMLTextAreaElement focus]):
+        (-[HTMLTextAreaElement select]):
+        (-[HTMLButtonElement form]):
+        (-[HTMLButtonElement accessKey]):
+        (-[HTMLButtonElement setAccessKey:]):
+        (-[HTMLButtonElement disabled]):
+        (-[HTMLButtonElement setDisabled:]):
+        (-[HTMLButtonElement name]):
+        (-[HTMLButtonElement setName:]):
+        (-[HTMLButtonElement tabIndex]):
+        (-[HTMLButtonElement setTabIndex:]):
+        (-[HTMLButtonElement type]):
+        (-[HTMLButtonElement value]):
+        (-[HTMLButtonElement setValue:]):
+        (-[HTMLLabelElement form]):
+        (-[HTMLLabelElement accessKey]):
+        (-[HTMLLabelElement setAccessKey:]):
+        (-[HTMLLabelElement htmlFor]):
+        (-[HTMLLabelElement setHtmlFor:]):
+        (-[HTMLFieldSetElement form]):
+        (-[HTMLLegendElement form]):
+        (-[HTMLLegendElement accessKey]):
+        (-[HTMLLegendElement setAccessKey:]):
+        (-[HTMLLegendElement align]):
+        (-[HTMLLegendElement setAlign:]):
+        (-[HTMLUListElement compact]):
+        (-[HTMLUListElement setCompact:]):
+        (-[HTMLUListElement type]):
+        (-[HTMLUListElement setType:]):
+        (-[HTMLOListElement compact]):
+        (-[HTMLOListElement setCompact:]):
+        (-[HTMLOListElement start]):
+        (-[HTMLOListElement setStart:]):
+        (-[HTMLOListElement type]):
+        (-[HTMLOListElement setType:]):
+        (-[HTMLDListElement compact]):
+        (-[HTMLDListElement setCompact:]):
+        (-[HTMLDirectoryElement compact]):
+        (-[HTMLDirectoryElement setCompact:]):
+        (-[HTMLMenuElement compact]):
+        (-[HTMLMenuElement setCompact:]):
+        (-[HTMLLIElement type]):
+        (-[HTMLLIElement setType:]):
+        (-[HTMLLIElement value]):
+        (-[HTMLLIElement setValue:]):
+        (-[HTMLBlockquoteElement cite]):
+        (-[HTMLBlockquoteElement setCite:]):
+        (-[HTMLDivElement align]):
+        (-[HTMLDivElement setAlign:]):
+        (-[HTMLParagraphElement align]):
+        (-[HTMLParagraphElement setAlign:]):
+        (-[HTMLHeadingElement align]):
+        (-[HTMLHeadingElement setAlign:]):
+        (-[HTMLQuoteElement cite]):
+        (-[HTMLQuoteElement setCite:]):
+        (-[HTMLPreElement width]):
+        (-[HTMLPreElement setWidth:]):
+        (-[HTMLBRElement clear]):
+        (-[HTMLBRElement setClear:]):
+        (-[HTMLBaseFontElement color]):
+        (-[HTMLBaseFontElement setColor:]):
+        (-[HTMLBaseFontElement face]):
+        (-[HTMLBaseFontElement setFace:]):
+        (-[HTMLBaseFontElement size]):
+        (-[HTMLBaseFontElement setSize:]):
+        (-[HTMLFontElement color]):
+        (-[HTMLFontElement setColor:]):
+        (-[HTMLFontElement face]):
+        (-[HTMLFontElement setFace:]):
+        (-[HTMLFontElement size]):
+        (-[HTMLFontElement setSize:]):
+        (-[HTMLHRElement align]):
+        (-[HTMLHRElement setAlign:]):
+        (-[HTMLHRElement noShade]):
+        (-[HTMLHRElement setNoShade:]):
+        (-[HTMLHRElement size]):
+        (-[HTMLHRElement setSize:]):
+        (-[HTMLHRElement width]):
+        (-[HTMLHRElement setWidth:]):
+        (-[HTMLModElement cite]):
+        (-[HTMLModElement setCite:]):
+        (-[HTMLModElement dateTime]):
+        (-[HTMLModElement setDateTime:]):
+        (-[HTMLAnchorElement accessKey]):
+        (-[HTMLAnchorElement setAccessKey:]):
+        (-[HTMLAnchorElement charset]):
+        (-[HTMLAnchorElement setCharset:]):
+        (-[HTMLAnchorElement coords]):
+        (-[HTMLAnchorElement setCoords:]):
+        (-[HTMLAnchorElement href]):
+        (-[HTMLAnchorElement setHref:]):
+        (-[HTMLAnchorElement hreflang]):
+        (-[HTMLAnchorElement setHreflang:]):
+        (-[HTMLAnchorElement name]):
+        (-[HTMLAnchorElement setName:]):
+        (-[HTMLAnchorElement rel]):
+        (-[HTMLAnchorElement setRel:]):
+        (-[HTMLAnchorElement rev]):
+        (-[HTMLAnchorElement setRev:]):
+        (-[HTMLAnchorElement shape]):
+        (-[HTMLAnchorElement setShape:]):
+        (-[HTMLAnchorElement tabIndex]):
+        (-[HTMLAnchorElement setTabIndex:]):
+        (-[HTMLAnchorElement target]):
+        (-[HTMLAnchorElement setTarget:]):
+        (-[HTMLAnchorElement type]):
+        (-[HTMLAnchorElement setType:]):
+        (-[HTMLAnchorElement blur]):
+        (-[HTMLAnchorElement focus]):
+        (-[HTMLImageElement lowSrc]):
+        (-[HTMLImageElement setLowSrc:]):
+        (-[HTMLImageElement name]):
+        (-[HTMLImageElement setName:]):
+        (-[HTMLImageElement align]):
+        (-[HTMLImageElement setAlign:]):
+        (-[HTMLImageElement alt]):
+        (-[HTMLImageElement setAlt:]):
+        (-[HTMLImageElement border]):
+        (-[HTMLImageElement setBorder:]):
+        (-[HTMLImageElement height]):
+        (-[HTMLImageElement setHeight:]):
+        (-[HTMLImageElement hspace]):
+        (-[HTMLImageElement setHspace:]):
+        (-[HTMLImageElement isMap]):
+        (-[HTMLImageElement setIsMap:]):
+        (-[HTMLImageElement longDesc]):
+        (-[HTMLImageElement setLongDesc:]):
+        (-[HTMLImageElement src]):
+        (-[HTMLImageElement setSrc:]):
+        (-[HTMLImageElement useMap]):
+        (-[HTMLImageElement setUseMap:]):
+        (-[HTMLImageElement vspace]):
+        (-[HTMLImageElement setVspace:]):
+        (-[HTMLImageElement width]):
+        (-[HTMLImageElement setWidth:]):
+        (-[HTMLObjectElement form]):
+        (-[HTMLObjectElement code]):
+        (-[HTMLObjectElement setCode:]):
+        (-[HTMLObjectElement align]):
+        (-[HTMLObjectElement setAlign:]):
+        (-[HTMLObjectElement archive]):
+        (-[HTMLObjectElement setArchive:]):
+        (-[HTMLObjectElement border]):
+        (-[HTMLObjectElement setBorder:]):
+        (-[HTMLObjectElement codeBase]):
+        (-[HTMLObjectElement setCodeBase:]):
+        (-[HTMLObjectElement codeType]):
+        (-[HTMLObjectElement setCodeType:]):
+        (-[HTMLObjectElement data]):
+        (-[HTMLObjectElement setData:]):
+        (-[HTMLObjectElement declare]):
+        (-[HTMLObjectElement setDeclare:]):
+        (-[HTMLObjectElement height]):
+        (-[HTMLObjectElement setHeight:]):
+        (-[HTMLObjectElement hspace]):
+        (-[HTMLObjectElement setHspace:]):
+        (-[HTMLObjectElement name]):
+        (-[HTMLObjectElement setName:]):
+        (-[HTMLObjectElement standby]):
+        (-[HTMLObjectElement setStandby:]):
+        (-[HTMLObjectElement tabIndex]):
+        (-[HTMLObjectElement setTabIndex:]):
+        (-[HTMLObjectElement type]):
+        (-[HTMLObjectElement setType:]):
+        (-[HTMLObjectElement useMap]):
+        (-[HTMLObjectElement setUseMap:]):
+        (-[HTMLObjectElement vspace]):
+        (-[HTMLObjectElement setVspace:]):
+        (-[HTMLObjectElement width]):
+        (-[HTMLObjectElement setWidth:]):
+        (-[HTMLParamElement name]):
+        (-[HTMLParamElement setName:]):
+        (-[HTMLParamElement type]):
+        (-[HTMLParamElement setType:]):
+        (-[HTMLParamElement value]):
+        (-[HTMLParamElement setValue:]):
+        (-[HTMLParamElement valueType]):
+        (-[HTMLParamElement setValueType:]):
+        (-[HTMLAppletElement align]):
+        (-[HTMLAppletElement setAlign:]):
+        (-[HTMLAppletElement alt]):
+        (-[HTMLAppletElement setAlt:]):
+        (-[HTMLAppletElement archive]):
+        (-[HTMLAppletElement setArchive:]):
+        (-[HTMLAppletElement code]):
+        (-[HTMLAppletElement setCode:]):
+        (-[HTMLAppletElement codeBase]):
+        (-[HTMLAppletElement setCodeBase:]):
+        (-[HTMLAppletElement codeType]):
+        (-[HTMLAppletElement setCodeType:]):
+        (-[HTMLAppletElement height]):
+        (-[HTMLAppletElement setHeight:]):
+        (-[HTMLAppletElement hspace]):
+        (-[HTMLAppletElement setHspace:]):
+        (-[HTMLAppletElement name]):
+        (-[HTMLAppletElement setName:]):
+        (-[HTMLAppletElement object]):
+        (-[HTMLAppletElement setObject:]):
+        (-[HTMLAppletElement vspace]):
+        (-[HTMLAppletElement setVspace:]):
+        (-[HTMLAppletElement width]):
+        (-[HTMLAppletElement setWidth:]):
+        (-[HTMLMapElement areas]):
+        (-[HTMLMapElement name]):
+        (-[HTMLMapElement setName:]):
+        (-[HTMLAreaElement accessKey]):
+        (-[HTMLAreaElement setAccessKey:]):
+        (-[HTMLAreaElement alt]):
+        (-[HTMLAreaElement setAlt:]):
+        (-[HTMLAreaElement coords]):
+        (-[HTMLAreaElement setCoords:]):
+        (-[HTMLAreaElement href]):
+        (-[HTMLAreaElement setHref:]):
+        (-[HTMLAreaElement noHref]):
+        (-[HTMLAreaElement setNoHref:]):
+        (-[HTMLAreaElement shape]):
+        (-[HTMLAreaElement setShape:]):
+        (-[HTMLAreaElement tabIndex]):
+        (-[HTMLAreaElement setTabIndex:]):
+        (-[HTMLAreaElement target]):
+        (-[HTMLAreaElement setTarget:]):
+        (-[HTMLScriptElement text]):
+        (-[HTMLScriptElement setText:]):
+        (-[HTMLScriptElement htmlFor]):
+        (-[HTMLScriptElement setHtmlFor:]):
+        (-[HTMLScriptElement event]):
+        (-[HTMLScriptElement setEvent:]):
+        (-[HTMLScriptElement charset]):
+        (-[HTMLScriptElement setCharset:]):
+        (-[HTMLScriptElement defer]):
+        (-[HTMLScriptElement setDefer:]):
+        (-[HTMLScriptElement src]):
+        (-[HTMLScriptElement setSrc:]):
+        (-[HTMLScriptElement type]):
+        (-[HTMLScriptElement setType:]):
+        (-[HTMLTableCaptionElement align]):
+        (-[HTMLTableCaptionElement setAlign:]):
+        (-[HTMLTableSectionElement align]):
+        (-[HTMLTableSectionElement setAlign:]):
+        (-[HTMLTableSectionElement ch]):
+        (-[HTMLTableSectionElement setCh:]):
+        (-[HTMLTableSectionElement chOff]):
+        (-[HTMLTableSectionElement setChOff:]):
+        (-[HTMLTableSectionElement vAlign]):
+        (-[HTMLTableSectionElement setVAlign:]):
+        (-[HTMLTableSectionElement rows]):
+        (-[HTMLTableSectionElement insertRow:]):
+        (-[HTMLTableSectionElement deleteRow:]):
+        (-[HTMLTableElement caption]):
+        (-[HTMLTableElement tHead]):
+        (-[HTMLTableElement tFoot]):
+        (-[HTMLTableElement rows]):
+        (-[HTMLTableElement tBodies]):
+        (-[HTMLTableElement align]):
+        (-[HTMLTableElement setAlign:]):
+        (-[HTMLTableElement bgColor]):
+        (-[HTMLTableElement setBgColor:]):
+        (-[HTMLTableElement border]):
+        (-[HTMLTableElement setBorder:]):
+        (-[HTMLTableElement cellPadding]):
+        (-[HTMLTableElement setCellPadding:]):
+        (-[HTMLTableElement cellSpacing]):
+        (-[HTMLTableElement setCellSpacing:]):
+        (-[HTMLTableElement frame]):
+        (-[HTMLTableElement setFrame:]):
+        (-[HTMLTableElement rules]):
+        (-[HTMLTableElement setRules:]):
+        (-[HTMLTableElement summary]):
+        (-[HTMLTableElement setSummary:]):
+        (-[HTMLTableElement width]):
+        (-[HTMLTableElement setWidth:]):
+        (-[HTMLTableElement createTHead]):
+        (-[HTMLTableElement deleteTHead]):
+        (-[HTMLTableElement createTFoot]):
+        (-[HTMLTableElement deleteTFoot]):
+        (-[HTMLTableElement createCaption]):
+        (-[HTMLTableElement deleteCaption]):
+        (-[HTMLTableElement deleteRow:]):
+        (-[HTMLTableColElement align]):
+        (-[HTMLTableColElement setAlign:]):
+        (-[HTMLTableColElement ch]):
+        (-[HTMLTableColElement setCh:]):
+        (-[HTMLTableColElement chOff]):
+        (-[HTMLTableColElement setChOff:]):
+        (-[HTMLTableColElement span]):
+        (-[HTMLTableColElement setSpan:]):
+        (-[HTMLTableColElement vAlign]):
+        (-[HTMLTableColElement setVAlign:]):
+        (-[HTMLTableColElement width]):
+        (-[HTMLTableColElement setWidth:]):
+        (-[HTMLTableRowElement rowIndex]):
+        (-[HTMLTableRowElement setRowIndex:]):
+        (-[HTMLTableRowElement sectionRowIndex]):
+        (-[HTMLTableRowElement setSectionRowIndex:]):
+        (-[HTMLTableRowElement cells]):
+        (-[HTMLTableRowElement setCells:]):
+        (-[HTMLTableRowElement align]):
+        (-[HTMLTableRowElement setAlign:]):
+        (-[HTMLTableRowElement bgColor]):
+        (-[HTMLTableRowElement setBgColor:]):
+        (-[HTMLTableRowElement ch]):
+        (-[HTMLTableRowElement setCh:]):
+        (-[HTMLTableRowElement chOff]):
+        (-[HTMLTableRowElement setChOff:]):
+        (-[HTMLTableRowElement vAlign]):
+        (-[HTMLTableRowElement setVAlign:]):
+        (-[HTMLTableRowElement insertCell:]):
+        (-[HTMLTableRowElement deleteCell:]):
+        (-[HTMLTableCellElement cellIndex]):
+        (-[HTMLTableCellElement setCellIndex:]):
+        (-[HTMLTableCellElement abbr]):
+        (-[HTMLTableCellElement setAbbr:]):
+        (-[HTMLTableCellElement align]):
+        (-[HTMLTableCellElement setAlign:]):
+        (-[HTMLTableCellElement axis]):
+        (-[HTMLTableCellElement setAxis:]):
+        (-[HTMLTableCellElement bgColor]):
+        (-[HTMLTableCellElement setBgColor:]):
+        (-[HTMLTableCellElement ch]):
+        (-[HTMLTableCellElement setCh:]):
+        (-[HTMLTableCellElement chOff]):
+        (-[HTMLTableCellElement setChOff:]):
+        (-[HTMLTableCellElement colSpan]):
+        (-[HTMLTableCellElement setColSpan:]):
+        (-[HTMLTableCellElement headers]):
+        (-[HTMLTableCellElement setHeaders:]):
+        (-[HTMLTableCellElement height]):
+        (-[HTMLTableCellElement setHeight:]):
+        (-[HTMLTableCellElement noWrap]):
+        (-[HTMLTableCellElement setNoWrap:]):
+        (-[HTMLTableCellElement rowSpan]):
+        (-[HTMLTableCellElement setRowSpan:]):
+        (-[HTMLTableCellElement scope]):
+        (-[HTMLTableCellElement setScope:]):
+        (-[HTMLTableCellElement vAlign]):
+        (-[HTMLTableCellElement setVAlign:]):
+        (-[HTMLTableCellElement width]):
+        (-[HTMLTableCellElement setWidth:]):
+        (-[HTMLFrameSetElement cols]):
+        (-[HTMLFrameSetElement setCols:]):
+        (-[HTMLFrameSetElement rows]):
+        (-[HTMLFrameSetElement setRows:]):
+        (-[HTMLFrameElement frameBorder]):
+        (-[HTMLFrameElement setFrameBorder:]):
+        (-[HTMLFrameElement longDesc]):
+        (-[HTMLFrameElement setLongDesc:]):
+        (-[HTMLFrameElement marginHeight]):
+        (-[HTMLFrameElement setMarginHeight:]):
+        (-[HTMLFrameElement marginWidth]):
+        (-[HTMLFrameElement setMarginWidth:]):
+        (-[HTMLFrameElement name]):
+        (-[HTMLFrameElement setName:]):
+        (-[HTMLFrameElement noResize]):
+        (-[HTMLFrameElement setNoResize:]):
+        (-[HTMLFrameElement scrolling]):
+        (-[HTMLFrameElement setScrolling:]):
+        (-[HTMLFrameElement src]):
+        (-[HTMLFrameElement setSrc:]):
+        (-[HTMLIFrameElement align]):
+        (-[HTMLIFrameElement setAlign:]):
+        (-[HTMLIFrameElement frameBorder]):
+        (-[HTMLIFrameElement setFrameBorder:]):
+        (-[HTMLIFrameElement height]):
+        (-[HTMLIFrameElement setHeight:]):
+        (-[HTMLIFrameElement longDesc]):
+        (-[HTMLIFrameElement setLongDesc:]):
+        (-[HTMLIFrameElement marginHeight]):
+        (-[HTMLIFrameElement setMarginHeight:]):
+        (-[HTMLIFrameElement marginWidth]):
+        (-[HTMLIFrameElement setMarginWidth:]):
+        (-[HTMLIFrameElement name]):
+        (-[HTMLIFrameElement setName:]):
+        (-[HTMLIFrameElement scrolling]):
+        (-[HTMLIFrameElement setScrolling:]):
+        (-[HTMLIFrameElement src]):
+        (-[HTMLIFrameElement setSrc:]):
+        (-[HTMLIFrameElement width]):
+        (-[HTMLIFrameElement setWidth:]):
+
 2004-03-11  Ken Kocienda  <kocienda at apple.com>
 
         Reviewed by Dave
diff --git a/WebCore/WebCore.pbproj/project.pbxproj b/WebCore/WebCore.pbproj/project.pbxproj
index 8277e89..dc1a6e4 100644
--- a/WebCore/WebCore.pbproj/project.pbxproj
+++ b/WebCore/WebCore.pbproj/project.pbxproj
@@ -524,6 +524,7 @@
 				BE9970C305F7DD1C00611115,
 				BE9CB65905F9546800514D9C,
 				BEF7EEA205FF8F0D009717EE,
+				845563E506014A9800609194,
 			);
 			isa = PBXHeadersBuildPhase;
 			runOnlyForDeploymentPostprocessing = 0;
@@ -802,6 +803,7 @@
 				BE9CB64E05F942CB00514D9C,
 				BE9CB65A05F9546800514D9C,
 				BEF7EEA305FF8F0D009717EE,
+				845563E606014A9800609194,
 			);
 			isa = PBXSourcesBuildPhase;
 			runOnlyForDeploymentPostprocessing = 0;
@@ -1194,6 +1196,34 @@
 //842
 //843
 //844
+		845563E306014A9800609194 = {
+			fileEncoding = 30;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.c.h;
+			path = HTMLDOM.h;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		845563E406014A9800609194 = {
+			fileEncoding = 30;
+			isa = PBXFileReference;
+			lastKnownFileType = sourcecode.cpp.objcpp;
+			path = HTMLDOM.mm;
+			refType = 4;
+			sourceTree = "<group>";
+		};
+		845563E506014A9800609194 = {
+			fileRef = 845563E306014A9800609194;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
+		845563E606014A9800609194 = {
+			fileRef = 845563E406014A9800609194;
+			isa = PBXBuildFile;
+			settings = {
+			};
+		};
 		848A320F057E688B001A2362 = {
 			isa = PBXFileReference;
 			lastKnownFileType = wrapper.framework;
@@ -6328,6 +6358,8 @@
 				BE9CB65805F9546800514D9C,
 				BE94EB6405EFFE6B0032DCB5,
 				BE9CB64D05F942CB00514D9C,
+				845563E306014A9800609194,
+				845563E406014A9800609194,
 			);
 			isa = PBXGroup;
 			name = DOM;
diff --git a/WebCore/kwq/HTMLDOM.h b/WebCore/kwq/HTMLDOM.h
new file mode 100644
index 0000000..90b616e
--- /dev/null
+++ b/WebCore/kwq/HTMLDOM.h
@@ -0,0 +1,786 @@
+/*
+ * Copyright (C) 2004 Apple Computer, Inc.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ */
+
+#import "DOM.h"
+
+//=========================================================================
+//=========================================================================
+//=========================================================================
+
+// Important Note:
+// Though this file appears as an exported header from WebKit, the
+// version you should edit is in WebCore. The WebKit version is copied
+// to WebKit during the build process.
+
+//=========================================================================
+//=========================================================================
+//=========================================================================
+
+ at interface HTMLCollection : NSObject
+- (unsigned long)length;
+- (DOMNode *)item:(unsigned long)index;
+- (DOMNode *)namedItem:(NSString *)name;
+ at end
+
+ at interface HTMLElement : DOMElement
+- (NSString *)idName;
+- (void)setIdName:(NSString *)idName;
+- (NSString *)title;
+- (void)setTitle:(NSString *)title;
+- (NSString *)lang;
+- (void)setLang:(NSString *)lang;
+- (NSString *)dir;
+- (void)setDir:(NSString *)dir;
+- (NSString *)className;
+- (void)setClassName:(NSString *)className;
+ at end
+
+ at interface HTMLDocument : DOMDocument
+- (NSString *)title;
+- (void)setTitle:(NSString *)title;
+- (NSString *)referrer;
+- (NSString *)domain;
+- (NSString *)URL;
+- (HTMLElement *)body;
+- (HTMLCollection *)images;
+- (HTMLCollection *)applets;
+- (HTMLCollection *)links;
+- (HTMLCollection *)forms;
+- (HTMLCollection *)anchors;
+- (void)setBody:(HTMLElement *)body;
+- (NSString *)cookie;
+- (void)setCookie:(NSString *)cookie;
+- (void)open;
+- (void)close;
+- (void)write:(NSString *)text;
+- (void)writeln:(NSString *)text;
+- (DOMElement *)getElementById:(NSString *)elementId;
+- (DOMNodeList *)getElementsByName:(NSString *)elementName;
+ at end
+
+ at interface HTMLHtmlElement : HTMLElement
+- (NSString *)version;
+- (void)setVersion:(NSString *)version;
+ at end
+
+ at interface HTMLHeadElement : HTMLElement
+- (NSString *)profile;
+- (void)setProfile:(NSString *)profile;
+ at end
+
+ at interface HTMLLinkElement : HTMLElement
+- (BOOL)disabled;
+- (void)setDisabled:(BOOL)disabled;
+- (NSString *)charset;
+- (void)setCharset:(NSString *)charset;
+- (NSString *)href;
+- (void)setHref:(NSString *)href;
+- (NSString *)hreflang;
+- (void)setHreflang:(NSString *)hreflang;
+- (NSString *)media;
+- (void)setMedia:(NSString *)media;
+- (NSString *)rel;
+- (void)setRrevel:(NSString *)rel;
+- (NSString *)rev;
+- (void)setRev:(NSString *)rev;
+- (NSString *)target;
+- (void)setTarget:(NSString *)target;
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+ at end
+
+ at interface HTMLTitleElement : HTMLElement
+- (NSString *)text;
+- (void)setText:(NSString *)text;
+ at end
+
+ at interface HTMLMetaElement : HTMLElement
+- (NSString *)content;
+- (void)setContent:(NSString *)content;
+- (NSString *)httpEquiv;
+- (void)setHttpEquiv:(NSString *)httpEquiv;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (NSString *)scheme;
+- (void)setScheme:(NSString *)scheme;
+ at end
+
+ at interface HTMLBaseElement : HTMLElement
+- (NSString *)href;
+- (void)setHref:(NSString *)href;
+- (NSString *)target;
+- (void)setTarget:(NSString *)target;
+ at end
+
+ at interface HTMLStyleElement : HTMLElement
+- (BOOL)disabled;
+- (void)setDisabled:(BOOL)disabled;
+- (NSString *)media;
+- (void)setMedia:(NSString *)media;
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+ at end
+
+ at interface HTMLBodyElement : HTMLElement
+- (NSString *)aLink;
+- (void)setALink:(NSString *)aLink;
+- (NSString *)background;
+- (void)setBackground:(NSString *)background;
+- (NSString *)bgColor;
+- (void)setBgColor:(NSString *)bgColor;
+- (NSString *)link;
+- (void)setLink:(NSString *)link;
+- (NSString *)text;
+- (void)setText:(NSString *)text;
+- (NSString *)vLink;
+- (void)setVLink:(NSString *)vLink;
+ at end
+
+ at interface HTMLFormElement : HTMLElement
+- (HTMLCollection *)elements;
+- (long)length;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (NSString *)acceptCharset;
+- (void)setAcceptCharset:(NSString *)acceptCharset;
+- (NSString *)action;
+- (void)setAction:(NSString *)action;
+- (NSString *)enctype;
+- (void)setEnctype:(NSString *)enctype;
+- (NSString *)method;
+- (void)setMethod:(NSString *)method;
+- (NSString *)target;
+- (void)setTarget:(NSString *)target;
+- (void)submit;
+- (void)reset;
+ at end
+
+ at interface HTMLIsIndexElement : HTMLElement
+- (NSString *)form;
+- (NSString *)prompt;
+- (void)setPrompt:(NSString *)prompt;
+ at end
+
+ at interface HTMLSelectElement : HTMLElement
+- (NSString *)type;
+- (long)selectedIndex;
+- (void)setSelectedIndex:(long)selectedIndex;
+- (NSString *)value;
+- (void)setValue:(NSString *)value;
+- (long)length;
+- (HTMLFormElement *)form;
+- (HTMLCollection *)options;
+- (BOOL)disabled;
+- (BOOL)multiple;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (long)size;
+- (long)tabIndex;
+- (void)add:(HTMLElement *)element :(HTMLElement *)before;
+- (void)remove:(long)index;
+- (void)blur;
+- (void)focus;
+ at end
+
+ at interface HTMLOptGroupElement : HTMLElement
+- (BOOL)disabled;
+- (void)setDisabled:(BOOL)disabled;
+- (NSString *)label;
+- (void)setLabel:(NSString *)label;
+ at end
+
+ at interface HTMLOptionElement : HTMLElement
+- (HTMLFormElement *)form;
+- (BOOL)defaultSelected;
+- (void)setDefaultSelected:(BOOL)defaultSelected;
+- (NSString *)text;
+- (long)index;
+- (void)setIndex:(long)index;
+- (BOOL)disabled;
+- (void)setDisabled:(BOOL)disabled;
+- (NSString *)label;
+- (void)setLabel:(NSString *)label;
+- (BOOL)selected;
+- (NSString *)value;
+- (void)setValue:(NSString *)value;
+ at end
+
+ at interface HTMLInputElement : HTMLElement
+- (NSString *)defaultValue;
+- (void)setDefaultValue:(NSString *)defaultValue;
+- (BOOL)defaultChecked;
+- (void)setDefaultChecked:(BOOL)defaultChecked;
+- (HTMLFormElement *)form;
+- (NSString *)accept;
+- (void)setAccept:(NSString *)accept;
+- (NSString *)accessKey;
+- (void)setAccessKey:(NSString *)accessKey;
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)alt;
+- (void)setAlt:(NSString *)alt;
+- (BOOL)checked;
+- (void)setChecked:(BOOL)checked;
+- (BOOL)disabled;
+- (void)setDisabled:(BOOL)disabled;
+- (long)maxLength;
+- (void)setMaxLength:(long)maxLength;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (BOOL)readOnly;
+- (void)setReadOnly:(BOOL)readOnly;
+- (NSString *)size;
+- (void)setSize:(NSString *)size;
+- (NSString *)src;
+- (void)setSrc:(NSString *)src;
+- (long)tabIndex;
+- (void)setTabIndex:(long)tabIndex;
+- (NSString *)type;
+- (NSString *)useMap;
+- (void)setUseMap:(NSString *)useMap;
+- (NSString *)value;
+- (void)setValue:(NSString *)value;
+- (void)blur;
+- (void)focus;
+- (void)select;
+- (void)click;
+ at end
+
+ at interface HTMLTextAreaElement : HTMLElement
+- (NSString *)defaultValue;
+- (void)setDefaultValue:(NSString *)defaultValue;
+- (HTMLFormElement *)form;
+- (NSString *)accessKey;
+- (void)setAccessKey:(NSString *)accessKey;
+- (long)cols;
+- (void)setCols:(long)cols;
+- (BOOL)disabled;
+- (void)setDisabled:(BOOL)disabled;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (BOOL)readOnly;
+- (void)setReadOnly:(BOOL)readOnly;
+- (long)rows;
+- (void)setRows:(long)rows;
+- (long)tabIndex;
+- (void)setTabIndex:(long)tabIndex;
+- (NSString *)type;
+- (NSString *)value;
+- (void)setValue:(NSString *)value;
+- (void)blur;
+- (void)focus;
+- (void)select;
+ at end
+
+ at interface HTMLButtonElement : HTMLElement
+- (HTMLFormElement *)form;
+- (NSString *)accessKey;
+- (void)setAccessKey:(NSString *)accessKey;
+- (BOOL)disabled;
+- (void)setDisabled:(BOOL)disabled;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (long)tabIndex;
+- (void)setTabIndex:(long)tabIndex;
+- (NSString *)type;
+- (NSString *)value;
+- (void)setValue:(NSString *)value;
+ at end
+
+ at interface HTMLLabelElement : HTMLElement
+- (HTMLFormElement *)form;
+- (NSString *)accessKey;
+- (void)setAccessKey:(NSString *)accessKey;
+- (NSString *)htmlFor;
+- (void)setHtmlFor:(NSString *)htmlFor;
+ at end
+
+ at interface HTMLFieldSetElement : HTMLElement
+- (HTMLFormElement *)form;
+ at end
+
+ at interface HTMLLegendElement : HTMLElement
+- (HTMLFormElement *)form;
+- (NSString *)accessKey;
+- (void)setAccessKey:(NSString *)accessKey;
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+ at end
+
+ at interface HTMLUListElement : HTMLElement
+- (BOOL)compact;
+- (void)setCompact:(BOOL)compact;
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+ at end
+
+ at interface HTMLOListElement : HTMLElement
+- (BOOL)compact;
+- (void)setCompact:(BOOL)compact;
+- (long)start;
+- (void)setStart:(long)start;
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+ at end
+
+ at interface HTMLDListElement : HTMLElement
+- (BOOL)compact;
+- (void)setCompact:(BOOL)compact;
+ at end
+
+ at interface HTMLDirectoryElement : HTMLElement
+- (BOOL)compact;
+- (void)setCompact:(BOOL)compact;
+ at end
+
+ at interface HTMLMenuElement : HTMLElement
+- (BOOL)compact;
+- (void)setCompact:(BOOL)compact;
+ at end
+
+ at interface HTMLLIElement : HTMLElement
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+- (long)value;
+- (void)setValue:(long)value;
+ at end
+
+ at interface HTMLBlockquoteElement : HTMLElement
+- (NSString *)cite;
+- (void)setCite:(NSString *)cite;
+ at end
+
+ at interface HTMLDivElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+ at end
+
+ at interface HTMLParagraphElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+ at end
+
+ at interface HTMLHeadingElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+ at end
+
+ at interface HTMLQuoteElement : HTMLElement
+- (NSString *)cite;
+- (void)setCite:(NSString *)cite;
+ at end
+
+ at interface HTMLPreElement : HTMLElement
+- (long)width;
+- (void)setWidth:(long)width;
+ at end
+
+ at interface HTMLBRElement : HTMLElement
+- (NSString *)clear;
+- (void)setClear:(NSString *)clear;
+ at end
+
+ at interface HTMLBaseFontElement : HTMLElement
+- (NSString *)color;
+- (void)setColor:(NSString *)color;
+- (NSString *)face;
+- (void)setFace:(NSString *)face;
+- (NSString *)size;
+- (void)setSize:(NSString *)size;
+ at end
+
+ at interface HTMLFontElement : HTMLElement
+- (NSString *)color;
+- (void)setColor:(NSString *)color;
+- (NSString *)face;
+- (void)setFace:(NSString *)face;
+- (NSString *)size;
+- (void)setSize:(NSString *)size;
+ at end
+
+ at interface HTMLHRElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (BOOL)noShade;
+- (void)setNoShade:(BOOL)noShade;
+- (NSString *)size;
+- (void)setSize:(NSString *)size;
+- (NSString *)width;
+- (void)setWidth:(NSString *)width;
+ at end
+
+ at interface HTMLModElement : HTMLElement
+- (NSString *)cite;
+- (void)setCite:(NSString *)cite;
+- (NSString *)dateTime;
+- (void)setDateTime:(NSString *)dateTime;
+ at end
+
+ at interface HTMLAnchorElement : HTMLElement
+- (NSString *)accessKey;
+- (void)setAccessKey:(NSString *)accessKey;
+- (NSString *)charset;
+- (void)setCharset:(NSString *)charset;
+- (NSString *)coords;
+- (void)setCoords:(NSString *)coords;
+- (NSString *)href;
+- (void)setHref:(NSString *)href;
+- (NSString *)hreflang;
+- (void)setHreflang:(NSString *)hreflang;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (NSString *)rel;
+- (void)setRel:(NSString *)rel;
+- (NSString *)rev;
+- (void)setRev:(NSString *)rev;
+- (NSString *)shape;
+- (void)setShape:(NSString *)shape;
+- (long)tabIndex;
+- (void)setTabIndex:(long)tabIndex;
+- (NSString *)target;
+- (void)setTarget:(NSString *)target;
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+- (void)blur;
+- (void)focus;
+ at end
+
+ at interface HTMLImageElement : HTMLElement
+- (NSString *)lowSrc;
+- (void)setLowSrc:(NSString *)lowSrc;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)alt;
+- (void)setAlt:(NSString *)alt;
+- (NSString *)border;
+- (void)setBorder:(NSString *)border;
+- (NSString *)height;
+- (void)setHeight:(NSString *)height;
+- (NSString *)hspace;
+- (void)setHspace:(NSString *)hspace;
+- (BOOL)isMap;
+- (void)setIsMap:(BOOL)isMap;
+- (NSString *)longDesc;
+- (void)setLongDesc:(NSString *)longDesc;
+- (NSString *)src;
+- (void)setSrc:(NSString *)src;
+- (NSString *)useMap;
+- (void)setUseMap:(NSString *)useMap;
+- (NSString *)vspace;
+- (void)setVspace:(NSString *)vspace;
+- (NSString *)width;
+- (void)setWidth:(NSString *)width;
+ at end
+
+ at interface HTMLObjectElement : HTMLElement
+- (HTMLFormElement *)form;
+- (NSString *)code;
+- (void)setCode:(NSString *)code;
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)archive;
+- (void)setArchive:(NSString *)archive;
+- (NSString *)border;
+- (void)setBorder:(NSString *)border;
+- (NSString *)codeBase;
+- (void)setCodeBase:(NSString *)codeBase;
+- (NSString *)codeType;
+- (void)setCodeType:(NSString *)codeType;
+- (NSString *)data;
+- (void)setData:(NSString *)data;
+- (BOOL)declare;
+- (void)setDeclare:(BOOL)declare;
+- (NSString *)height;
+- (void)setHeight:(NSString *)height;
+- (NSString *)hspace;
+- (void)setHspace:(NSString *)hspace;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (NSString *)standby;
+- (void)setStandby:(NSString *)standby;
+- (long)tabIndex;
+- (void)setTabIndex:(long)tabIndex;
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+- (NSString *)useMap;
+- (void)setUseMap:(NSString *)useMap;
+- (NSString *)vspace;
+- (void)setVspace:(NSString *)vspace;
+- (NSString *)width;
+- (void)setWidth:(NSString *)width;
+ at end
+
+ at interface HTMLParamElement : HTMLElement
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+- (NSString *)value;
+- (void)setValue:(NSString *)value;
+- (NSString *)valueType;
+- (void)setValueType:(NSString *)valueType;
+ at end
+
+ at interface HTMLAppletElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)alt;
+- (void)setAlt:(NSString *)alt;
+- (NSString *)archive;
+- (void)setArchive:(NSString *)archive;
+- (NSString *)code;
+- (void)setCode:(NSString *)code;
+- (NSString *)codeBase;
+- (void)setCodeBase:(NSString *)codeBase;
+- (NSString *)codeType;
+- (void)setCodeType:(NSString *)codeType;
+- (NSString *)height;
+- (void)setHeight:(NSString *)height;
+- (NSString *)hspace;
+- (void)setHspace:(NSString *)hspace;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (NSString *)object;
+- (void)setObject:(NSString *)object;
+- (NSString *)vspace;
+- (void)setVspace:(NSString *)vspace;
+- (NSString *)width;
+- (void)setWidth:(NSString *)width;
+ at end
+
+ at interface HTMLMapElement : HTMLElement
+- (HTMLCollection *)areas;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+ at end
+
+ at interface HTMLAreaElement : HTMLElement
+- (NSString *)accessKey;
+- (void)setAccessKey:(NSString *)accessKey;
+- (NSString *)alt;
+- (void)setAlt:(NSString *)alt;
+- (NSString *)coords;
+- (void)setCoords:(NSString *)coords;
+- (NSString *)href;
+- (void)setHref:(NSString *)href;
+- (BOOL)noHref;
+- (void)setNoHref:(BOOL)noHref;
+- (NSString *)shape;
+- (void)setShape:(NSString *)shape;
+- (long)tabIndex;
+- (void)setTabIndex:(long)tabIndex;
+- (NSString *)target;
+- (void)setTarget:(NSString *)target;
+ at end
+
+ at interface HTMLScriptElement : HTMLElement
+- (NSString *)text;
+- (void)setText:(NSString *)text;
+- (NSString *)htmlFor;
+- (void)setHtmlFor:(NSString *)htmlFor;
+- (NSString *)event;
+- (void)setEvent:(NSString *)event;
+- (NSString *)charset;
+- (void)setCharset:(NSString *)charset;
+- (BOOL)defer;
+- (void)setDefer:(BOOL)defer;
+- (NSString *)src;
+- (void)setSrc:(NSString *)src;
+- (NSString *)type;
+- (void)setType:(NSString *)type;
+ at end
+
+ at interface HTMLTableCaptionElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+ at end
+
+ at interface HTMLTableSectionElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)ch;
+- (void)setCh:(NSString *)ch;
+- (NSString *)chOff;
+- (void)setChOff:(NSString *)chOff;
+- (NSString *)vAlign;
+- (void)setVAlign:(NSString *)vAlign;
+- (HTMLCollection *)rows;
+- (HTMLElement *)insertRow:(long)index;
+- (void)deleteRow:(long)index;
+ at end
+
+ at interface HTMLTableElement : HTMLElement
+- (HTMLTableCaptionElement *)caption;
+- (HTMLTableSectionElement *)tHead;
+- (HTMLTableSectionElement *)tFoot;
+- (HTMLCollection *)rows;
+- (HTMLCollection *)tBodies;
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)bgColor;
+- (void)setBgColor:(NSString *)bgColor;
+- (NSString *)border;
+- (void)setBorder:(NSString *)border;
+- (NSString *)cellPadding;
+- (void)setCellPadding:(NSString *)cellPadding;
+- (NSString *)cellSpacing;
+- (void)setCellSpacing:(NSString *)cellSpacing;
+- (NSString *)frame;
+- (void)setFrame:(NSString *)frame;
+- (NSString *)rules;
+- (void)setRules:(NSString *)rules;
+- (NSString *)summary;
+- (void)setSummary:(NSString *)summary;
+- (NSString *)width;
+- (void)setWidth:(NSString *)width;
+- (HTMLElement *)createTHead;
+- (void)deleteTHead;
+- (HTMLElement *)createTFoot;
+- (void)deleteTFoot;
+- (HTMLElement *)createCaption;
+- (void)deleteCaption;
+- (HTMLElement *)insertRow:(long)index;
+- (void)deleteRow:(long)index;
+ at end
+
+ at interface HTMLTableColElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)ch;
+- (void)setCh:(NSString *)ch;
+- (NSString *)chOff;
+- (void)setChOff:(NSString *)chOff;
+- (long)span;
+- (void)setSpan:(long)span;
+- (NSString *)vAlign;
+- (void)setVAlign:(NSString *)vAlign;
+- (NSString *)width;
+- (void)setWidth:(NSString *)width;
+ at end
+
+ at interface HTMLTableRowElement : HTMLElement
+- (long)rowIndex;
+- (void)setRowIndex:(long)rowIndex;
+- (long)sectionRowIndex;
+- (void)setSectionRowIndex:(long)sectionRowIndex;
+- (HTMLCollection *)cells;
+- (void)setCells:(HTMLCollection *)cells; // Is cells really read/write?
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)bgColor;
+- (void)setBgColor:(NSString *)bgColor;
+- (NSString *)ch;
+- (void)setCh:(NSString *)ch;
+- (NSString *)chOff;
+- (void)setChOff:(NSString *)chOff;
+- (NSString *)vAlign;
+- (void)setVAlign:(NSString *)vAlign;
+- (HTMLElement *)insertCell:(long)index;
+- (void)deleteCell:(long)index;
+ at end
+
+ at interface HTMLTableCellElement : HTMLElement
+- (long)cellIndex;
+- (void)setCellIndex:(long)cellIndex;
+- (NSString *)abbr;
+- (void)setAbbr:(NSString *)abbr;
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)axis;
+- (void)setAxis:(NSString *)axis;
+- (NSString *)bgColor;
+- (void)setBgColor:(NSString *)bgColor;
+- (NSString *)ch;
+- (void)setCh:(NSString *)ch;
+- (NSString *)chOff;
+- (void)setChOff:(NSString *)chOff;
+- (long)colSpan;
+- (void)setColSpan:(long)colSpan;
+- (NSString *)headers;
+- (void)setHeaders:(NSString *)headers;
+- (NSString *)height;
+- (void)setHeight:(NSString *)height;
+- (BOOL)noWrap;
+- (void)setNoWrap:(BOOL)noWrap;
+- (long)rowSpan;
+- (void)setRowSpan:(long)rowSpan;
+- (NSString *)scope;
+- (void)setScope:(NSString *)scope;
+- (NSString *)vAlign;
+- (void)setVAlign:(NSString *)vAlign;
+- (NSString *)width;
+- (void)setWidth:(NSString *)width;
+ at end
+
+ at interface HTMLFrameSetElement : HTMLElement
+- (NSString *)cols;
+- (void)setCols:(NSString *)cols;
+- (NSString *)rows;
+- (void)setRows:(NSString *)rows;
+ at end
+
+ at interface HTMLFrameElement : HTMLElement
+- (NSString *)frameBorder;
+- (void)setFrameBorder:(NSString *)frameBorder;
+- (NSString *)longDesc;
+- (void)setLongDesc:(NSString *)longDesc;
+- (NSString *)marginHeight;
+- (void)setMarginHeight:(NSString *)marginHeight;
+- (NSString *)marginWidth;
+- (void)setMarginWidth:(NSString *)marginWidth;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (BOOL)noResize;
+- (void)setNoResize:(BOOL)noResize;
+- (NSString *)scrolling;
+- (void)setScrolling:(NSString *)scrolling;
+- (NSString *)src;
+- (void)setSrc:(NSString *)src;
+ at end
+
+ at interface HTMLIFrameElement : HTMLElement
+- (NSString *)align;
+- (void)setAlign:(NSString *)align;
+- (NSString *)frameBorder;
+- (void)setFrameBorder:(NSString *)frameBorder;
+- (NSString *)height;
+- (void)setHeight:(NSString *)height;
+- (NSString *)longDesc;
+- (void)setLongDesc:(NSString *)longDesc;
+- (NSString *)marginHeight;
+- (void)setMarginHeight:(NSString *)marginHeight;
+- (NSString *)marginWidth;
+- (void)setMarginWidth:(NSString *)marginWidth;
+- (NSString *)name;
+- (void)setName:(NSString *)name;
+- (NSString *)scrolling;
+- (void)setScrolling:(NSString *)scrolling;
+- (NSString *)src;
+- (void)setSrc:(NSString *)src;
+- (NSString *)width;
+- (void)setWidth:(NSString *)width;
+ at end
diff --git a/WebCore/kwq/HTMLDOM.mm b/WebCore/kwq/HTMLDOM.mm
new file mode 100644
index 0000000..6c616bd
--- /dev/null
+++ b/WebCore/kwq/HTMLDOM.mm
@@ -0,0 +1,3447 @@
+/*
+ * Copyright (C) 2004 Apple Computer, Inc.  All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
+ * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
+ */
+
+#import <WebCore/HTMLDOM.h>
+#import <WebCore/KWQAssertions.h>
+
+ at implementation HTMLCollection
+
+- (unsigned long)length
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (DOMNode *)item:(unsigned long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (DOMNode *)namedItem:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+ at end
+
+ at implementation HTMLElement
+
+- (NSString *)idName
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setIdName:(NSString *)idName
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)title
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setTitle:(NSString *)title
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)lang
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setLang:(NSString *)lang
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)dir
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setDir:(NSString *)dir
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)className
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setClassName:(NSString *)className
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLDocument
+
+- (NSString *)title
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setTitle:(NSString *)title
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)referrer
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)domain
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)URL
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLElement *)body
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLCollection *)images
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLCollection *)applets
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLCollection *)links
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLCollection *)forms
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLCollection *)anchors
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBody:(HTMLElement *)body
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)cookie
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCookie:(NSString *)cookie
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)open
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)close
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)write:(NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)writeln:(NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (DOMElement *)getElementById:(NSString *)elementId
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (DOMNodeList *)getElementsByName:(NSString *)elementName
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+ at end
+
+ at implementation HTMLHtmlElement
+
+- (NSString *)version
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVersion:(NSString *)version
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLHeadElement
+
+- (NSString *)profile
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setProfile:(NSString *)profile
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLLinkElement
+
+- (BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");   
+    return NO;
+}
+
+- (void)setDisabled:(BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)charset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCharset:(NSString *)charset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)href
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHref:(NSString *)href
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)hreflang
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHreflang:(NSString *)hreflang
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)media
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setMedia:(NSString *)media
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)rel
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setRrevel:(NSString *)rel
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)rev
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setRev:(NSString *)rev
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setTarget:(NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLTitleElement
+
+- (NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setText:(NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLMetaElement
+
+- (NSString *)content
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setContent:(NSString *)content
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)httpEquiv
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHttpEquiv:(NSString *)httpEquiv
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)scheme
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setScheme:(NSString *)scheme
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLBaseElement
+
+- (NSString *)href
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHref:(NSString *)href
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setTarget:(NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLStyleElement
+
+- (BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDisabled:(BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)media
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setMedia:(NSString *)media
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLBodyElement
+
+- (NSString *)aLink
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setALink:(NSString *)aLink
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)background
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBackground:(NSString *)background
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)bgColor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBgColor:(NSString *)bgColor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)link
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setLink:(NSString *)link
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setText:(NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)vLink
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVLink:(NSString *)vLink
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLFormElement
+
+- (HTMLCollection *)elements
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (long)length
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)acceptCharset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAcceptCharset:(NSString *)acceptCharset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)action
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAction:(NSString *)action
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)enctype
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setEnctype:(NSString *)enctype
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)method
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setMethod:(NSString *)method
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setTarget:(NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)submit
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)reset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLIsIndexElement
+
+- (NSString *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)prompt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setPrompt:(NSString *)prompt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLSelectElement
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (long)selectedIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setSelectedIndex:(long)selectedIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setValue:(NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)length
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLCollection *)options
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (BOOL)multiple
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)add:(HTMLElement *)element :(HTMLElement *)before
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)remove:(long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)blur
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)focus
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLOptGroupElement
+
+- (BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDisabled:(BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)label
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setLabel:(NSString *)label
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLOptionElement
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (BOOL)defaultSelected
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDefaultSelected:(BOOL)defaultSelected
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setIndex:(long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDisabled:(BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)label
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setLabel:(NSString *)label
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)selected
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setValue:(NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLInputElement
+
+- (NSString *)defaultValue
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setDefaultValue:(NSString *)defaultValue
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)defaultChecked
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDefaultChecked:(BOOL)defaultChecked
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)accept
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAccept:(NSString *)accept
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAccessKey:(NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)alt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlt:(NSString *)alt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)checked
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setChecked:(BOOL)checked
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDisabled:(BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)maxLength
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setMaxLength:(long)maxLength
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)readOnly
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setReadOnly:(BOOL)readOnly
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSize:(NSString *)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSrc:(NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setTabIndex:(long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)useMap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setUseMap:(NSString *)useMap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setValue:(NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)blur
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)focus
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)select
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)click
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLTextAreaElement
+
+- (NSString *)defaultValue
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setDefaultValue:(NSString *)defaultValue
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAccessKey:(NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)cols
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setCols:(long)cols
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDisabled:(BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)readOnly
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setReadOnly:(BOOL)readOnly
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)rows
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setRows:(long)rows
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setTabIndex:(long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setValue:(NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)blur
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)focus
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)select
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLButtonElement
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAccessKey:(NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDisabled:(BOOL)disabled
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setTabIndex:(long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setValue:(NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLLabelElement
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAccessKey:(NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)htmlFor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHtmlFor:(NSString *)htmlFor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLFieldSetElement
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+ at end
+
+ at implementation HTMLLegendElement
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAccessKey:(NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLUListElement
+
+- (BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setCompact:(BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLOListElement
+
+- (BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setCompact:(BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)start
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setStart:(long)start
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLDListElement
+
+- (BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setCompact:(BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLDirectoryElement
+
+- (BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setCompact:(BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLMenuElement
+
+- (BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setCompact:(BOOL)compact
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLLIElement
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setValue:(long)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLBlockquoteElement
+
+- (NSString *)cite
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCite:(NSString *)cite
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLDivElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLParagraphElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLHeadingElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLQuoteElement
+
+- (NSString *)cite
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCite:(NSString *)cite
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLPreElement
+
+- (long)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setWidth:(long)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLBRElement
+
+- (NSString *)clear
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setClear:(NSString *)clear
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLBaseFontElement
+
+- (NSString *)color
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setColor:(NSString *)color
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)face
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setFace:(NSString *)face
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSize:(NSString *)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLFontElement
+
+- (NSString *)color
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setColor:(NSString *)color
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)face
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setFace:(NSString *)face
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSize:(NSString *)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLHRElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)noShade
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setNoShade:(BOOL)noShade
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSize:(NSString *)size
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setWidth:(NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLModElement
+
+- (NSString *)cite
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCite:(NSString *)cite
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)dateTime
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setDateTime:(NSString *)dateTime
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLAnchorElement
+
+- (NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAccessKey:(NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)charset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCharset:(NSString *)charset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)coords
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCoords:(NSString *)coords
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)href
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHref:(NSString *)href
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)hreflang
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHreflang:(NSString *)hreflang
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)rel
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setRel:(NSString *)rel
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)rev
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setRev:(NSString *)rev
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)shape
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setShape:(NSString *)shape
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setTabIndex:(long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setTarget:(NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)blur
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (void)focus
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLImageElement
+
+- (NSString *)lowSrc
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setLowSrc:(NSString *)lowSrc
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)alt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlt:(NSString *)alt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)border
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBorder:(NSString *)border
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHeight:(NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)hspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHspace:(NSString *)hspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)isMap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setIsMap:(BOOL)isMap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)longDesc
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setLongDesc:(NSString *)longDesc
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSrc:(NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)useMap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setUseMap:(NSString *)useMap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)vspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVspace:(NSString *)vspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setWidth:(NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLObjectElement
+
+- (HTMLFormElement *)form
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)code
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCode:(NSString *)code
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)archive
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setArchive:(NSString *)archive
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)border
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBorder:(NSString *)border
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)codeBase
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCodeBase:(NSString *)codeBase
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)codeType
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCodeType:(NSString *)codeType
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)data
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setData:(NSString *)data
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)declare
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDeclare:(BOOL)declare
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHeight:(NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)hspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHspace:(NSString *)hspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)standby
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setStandby:(NSString *)standby
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setTabIndex:(long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)useMap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setUseMap:(NSString *)useMap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)vspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVspace:(NSString *)vspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setWidth:(NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLParamElement
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setValue:(NSString *)value
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)valueType
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setValueType:(NSString *)valueType
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLAppletElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)alt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlt:(NSString *)alt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)archive
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setArchive:(NSString *)archive
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)code
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCode:(NSString *)code
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)codeBase
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCodeBase:(NSString *)codeBase
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)codeType
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCodeType:(NSString *)codeType
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHeight:(NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)hspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHspace:(NSString *)hspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)object
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setObject:(NSString *)object
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)vspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVspace:(NSString *)vspace
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setWidth:(NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLMapElement
+
+- (HTMLCollection *)areas
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLAreaElement
+
+- (NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAccessKey:(NSString *)accessKey
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)alt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlt:(NSString *)alt
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)coords
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCoords:(NSString *)coords
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)href
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHref:(NSString *)href
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)noHref
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setNoHref:(BOOL)noHref
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)shape
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setShape:(NSString *)shape
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setTabIndex:(long)tabIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setTarget:(NSString *)target
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLScriptElement
+
+- (NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setText:(NSString *)text
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)htmlFor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHtmlFor:(NSString *)htmlFor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)event
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setEvent:(NSString *)event
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)charset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCharset:(NSString *)charset
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)defer
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setDefer:(BOOL)defer
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSrc:(NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setType:(NSString *)type
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLTableCaptionElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLTableSectionElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)ch
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCh:(NSString *)ch
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)chOff
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setChOff:(NSString *)chOff
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)vAlign
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVAlign:(NSString *)vAlign
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLCollection *)rows
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLElement *)insertRow:(long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)deleteRow:(long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLTableElement
+
+- (HTMLTableCaptionElement *)caption
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLTableSectionElement *)tHead
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLTableSectionElement *)tFoot
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLCollection *)rows
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (HTMLCollection *)tBodies
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)bgColor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBgColor:(NSString *)bgColor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)border
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBorder:(NSString *)border
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)cellPadding
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCellPadding:(NSString *)cellPadding
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)cellSpacing
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCellSpacing:(NSString *)cellSpacing
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)frame
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setFrame:(NSString *)frame
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)rules
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setRules:(NSString *)rules
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)summary
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSummary:(NSString *)summary
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setWidth:(NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLElement *)createTHead
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)deleteTHead
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLElement *)createTFoot
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)deleteTFoot
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLElement *)createCaption
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)deleteCaption
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLElement *)insertRow:(long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");    return nil;
+}
+
+- (void)deleteRow:(long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLTableColElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)ch
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCh:(NSString *)ch
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)chOff
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setChOff:(NSString *)chOff
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)span
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setSpan:(long)span
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)vAlign
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVAlign:(NSString *)vAlign
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setWidth:(NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLTableRowElement
+
+- (long)rowIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setRowIndex:(long)rowIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)sectionRowIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setSectionRowIndex:(long)sectionRowIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLCollection *)cells
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCells:(HTMLCollection *)cells // Is cells really read/write?
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)bgColor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBgColor:(NSString *)bgColor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)ch
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCh:(NSString *)ch
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)chOff
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setChOff:(NSString *)chOff
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)vAlign
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVAlign:(NSString *)vAlign
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (HTMLElement *)insertCell:(long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)deleteCell:(long)index
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLTableCellElement
+
+- (long)cellIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setCellIndex:(long)cellIndex
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)abbr
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAbbr:(NSString *)abbr
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)axis
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAxis:(NSString *)axis
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)bgColor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setBgColor:(NSString *)bgColor
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)ch
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCh:(NSString *)ch
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)chOff
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setChOff:(NSString *)chOff
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)colSpan
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setColSpan:(long)colSpan
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)headers
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHeaders:(NSString *)headers
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHeight:(NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)noWrap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setNoWrap:(BOOL)noWrap
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (long)rowSpan
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return 0;
+}
+
+- (void)setRowSpan:(long)rowSpan
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)scope
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setScope:(NSString *)scope
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)vAlign
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setVAlign:(NSString *)vAlign
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setWidth:(NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLFrameSetElement
+
+- (NSString *)cols
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setCols:(NSString *)cols
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)rows
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setRows:(NSString *)rows
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLFrameElement
+
+- (NSString *)frameBorder
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setFrameBorder:(NSString *)frameBorder
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)longDesc
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setLongDesc:(NSString *)longDesc
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)marginHeight
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setMarginHeight:(NSString *)marginHeight
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)marginWidth
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setMarginWidth:(NSString *)marginWidth
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (BOOL)noResize
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return NO;
+}
+
+- (void)setNoResize:(BOOL)noResize
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)scrolling
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setScrolling:(NSString *)scrolling
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSrc:(NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end
+
+ at implementation HTMLIFrameElement
+
+- (NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setAlign:(NSString *)align
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)frameBorder
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setFrameBorder:(NSString *)frameBorder
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setHeight:(NSString *)height
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)longDesc
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setLongDesc:(NSString *)longDesc
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)marginHeight
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setMarginHeight:(NSString *)marginHeight
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)marginWidth
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setMarginWidth:(NSString *)marginWidth
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setName:(NSString *)name
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)scrolling
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setScrolling:(NSString *)scrolling
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setSrc:(NSString *)src
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+- (NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+    return nil;
+}
+
+- (void)setWidth:(NSString *)width
+{
+    ASSERT_WITH_MESSAGE(0, "not implemented");
+}
+
+ at end

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list