Public Attributes

nsIDOMHTMLElement Interface Reference

The nsIDOMHTMLElement interface is the primary [X]HTML element interface. More...

import "nsIDOMHTMLElement.idl";

Inherits nsIDOMElement.

Inherited by nsIDOMHTMLAnchorElement, nsIDOMHTMLAppletElement, nsIDOMHTMLAreaElement, nsIDOMHTMLBaseElement, nsIDOMHTMLBodyElement, nsIDOMHTMLBRElement, nsIDOMHTMLButtonElement, nsIDOMHTMLCanvasElement, nsIDOMHTMLDataListElement, nsIDOMHTMLDirectoryElement, nsIDOMHTMLDivElement, nsIDOMHTMLDListElement, nsIDOMHTMLEmbedElement, nsIDOMHTMLFieldSetElement, nsIDOMHTMLFontElement, nsIDOMHTMLFormElement, nsIDOMHTMLFrameElement, nsIDOMHTMLFrameSetElement, nsIDOMHTMLHeadElement, nsIDOMHTMLHeadingElement, nsIDOMHTMLHRElement, nsIDOMHTMLHtmlElement, nsIDOMHTMLIFrameElement, nsIDOMHTMLImageElement, nsIDOMHTMLInputElement, nsIDOMHTMLIsIndexElement, nsIDOMHTMLLabelElement, nsIDOMHTMLLegendElement, nsIDOMHTMLLIElement, nsIDOMHTMLLinkElement, nsIDOMHTMLMapElement, nsIDOMHTMLMediaElement, nsIDOMHTMLMenuElement, nsIDOMHTMLMetaElement, nsIDOMHTMLModElement, nsIDOMHTMLObjectElement, nsIDOMHTMLOListElement, nsIDOMHTMLOptGroupElement, nsIDOMHTMLOptionElement, nsIDOMHTMLOutputElement, nsIDOMHTMLParagraphElement, nsIDOMHTMLParamElement, nsIDOMHTMLPreElement, nsIDOMHTMLQuoteElement, nsIDOMHTMLScriptElement, nsIDOMHTMLSelectElement, nsIDOMHTMLSourceElement, nsIDOMHTMLStyleElement, nsIDOMHTMLTableCaptionElement, nsIDOMHTMLTableCellElement, nsIDOMHTMLTableColElement, nsIDOMHTMLTableElement, nsIDOMHTMLTableRowElement, nsIDOMHTMLTableSectionElement, nsIDOMHTMLTextAreaElement, nsIDOMHTMLTitleElement, and nsIDOMHTMLUListElement.

Collaboration diagram for nsIDOMHTMLElement:

List of all members.

Public Attributes

attribute DOMString id
attribute DOMString title
attribute DOMString lang
attribute DOMString dir
attribute DOMString className

Detailed Description

The nsIDOMHTMLElement interface is the primary [X]HTML element interface.

It represents a single [X]HTML element in the document tree.

This interface is trying to follow the DOM Level 2 HTML specification: http://www.w3.org/TR/DOM-Level-2-HTML/

with changes from the work-in-progress WHATWG HTML specification: http://www.whatwg.org/specs/web-apps/current-work/


Member Data Documentation

attribute DOMString nsIDOMHTMLElement::className
attribute DOMString nsIDOMHTMLElement::dir
attribute DOMString nsIDOMHTMLElement::id
attribute DOMString nsIDOMHTMLElement::lang
attribute DOMString nsIDOMHTMLElement::title

The documentation for this interface was generated from the following file: