Element | All of the SVG DOM interfaces that correspond directly to elements in the SVG language derive from the SVGElement interface.
Documentation for this class was provided by MDN. |
AnchorElement | DOM anchor elements expose the HTMLAnchorElement (or HTML 4 HTMLAnchorElement ) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of hyperlink elements.
Documentation for this class was provided by MDN. |
AppletElement | Obsolete
Documentation for this class was provided by MDN. |
AreaElement | DOM area objects expose the HTMLAreaElement (or
HTML 4 HTMLAreaElement ) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of area elements.
Documentation for this class was provided by MDN. |
BRElement | DOM break elements expose the HTMLBRElement (or HTML 4 HTMLBRElement ) interface which inherits from HTMLElement, but defines no additional members in
HTML5. The introduced additional property is also deprecated in
HTML 4.01.
Documentation for this class was provided by MDN. |
BaseElement | The base object exposes the HTMLBaseElement (or
HTML 4 HTMLBaseElement) interface which contains the base URI for a document. This object inherits all of the properties and methods as described in the element section.
Documentation for this class was provided by MDN. |
BaseFontElement | Obsolete
Documentation for this class was provided by MDN. |
BodyElement | DOM body elements expose the HTMLBodyElement (or
HTML 4 HTMLBodyElement ) interface, which provides special properties (beyond the regular element
object interface they also have available to them by inheritance) for manipulating body elements.
Documentation for this class was provided by MDN. |
ButtonElement | DOM Button objects expose the HTMLButtonElement
HTML5 (or HTMLButtonElement
HTML 4) interface, which provides properties and methods (beyond the element object interface they also have available to them by inheritance) for manipulating the layout and presentation of button elements.
Documentation for this class was provided by MDN. |
CanvasElement | DOM canvas elements expose the HTMLCanvasElement interface, which provides properties and methods for manipulating the layout and presentation of canvas elements. The HTMLCanvasElement interface inherits the properties and methods of the element
object interface.
Documentation for this class was provided by MDN. |
ContentElement | |
DListElement | DOM definition list elements expose the HTMLDListElement (or HTML 4 HTMLDListElement ) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating definition list elements. In
HTML5, this interface inherits from HTMLElement, but defines no additional members.
Documentation for this class was provided by MDN. |
DataListElement | DOM Datalist objects expose the HTMLDataListElement interface, which provides special properties (beyond the element object interface they also have available to them by inheritance) to manipulate <datalist>
elements and their content.
Documentation for this class was provided by MDN. |
DetailsElement | The HTML details element (<details> ) is used as a disclosure widget from which the user the retrieve additional information.
Documentation for this class was provided by MDN. |
DirectoryElement | Obsolete
Documentation for this class was provided by MDN. |
DivElement | DOM div (document division) objects expose the HTMLDivElement (or
HTML 4 HTMLDivElement ) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating div elements. In
HTML5, this interface inherits from HTMLElement, but defines no additional members.
Documentation for this class was provided by MDN. |
EmbedElement | |
FieldSetElement | DOM fieldset elements expose the HTMLFieldSetElement (
HTML 4 HTMLFieldSetElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of field-set elements.
Documentation for this class was provided by MDN. |
FontElement | Obsolete
Documentation for this class was provided by MDN. |
FormElement | FORM elements share all of the properties and methods of other HTML elements described in the element section.
|
FrameElement | <frame> is an HTML element which defines a particular area in which another HTML document can be displayed. A frame should be used within a <frameset>
.
|
FrameSetElement | |
HRElement | DOM hr elements expose the HTMLHRElement (or HTML 4 HTMLHRElement ) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating hr elements. In HTML 5, this interface inherits from HTMLElement, but defines no additional members.
Documentation for this class was provided by MDN. |
HeadElement | The DOM head element exposes the HTMLHeadElement (or
HTML 4 HTMLHeadElement) interface, which contains the descriptive information, or metadata, for a document. This object inherits all of the properties and methods described in the element
section. In
HTML5, this interface inherits from HTMLElement, but defines no additional members.
Documentation for this class was provided by MDN. |
HeadingElement | DOM heading elements expose the HTMLHeadingElement (or HTML 4 HTMLHeadingElement ) interface. In HTML 5, this interface inherits from HTMLElement, but defines no additional members, though in HTML 4 it introduces the deprecated align property.
Documentation for this class was provided by MDN. |
HtmlElement | The html object exposes the HTMLHtmlElement (
HTML 4 HTMLHtmlElement) interface and serves as the root node for a given HTML document. This object inherits the properties and methods described in the element section. In
HTML5, this interface inherits from HTMLElement, but provides no other members. |
IFrameElement | DOM iframe objects expose the HTMLIFrameElement (or HTML 4 HTMLIFrameElement ) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of inline frame elements.
Documentation for this class was provided by MDN. |
ImageElement | DOM image objects expose the HTMLImageElement (or
HTML 4 HTMLImageElement ) interface, which provides special properties and methods (beyond the regular element
object interface they also have available to them by inheritance) for manipulating the layout and presentation of input elements.
Documentation for this class was provided by MDN. |
InputElement | DOM Input objects expose the HTMLInputElement (or
HTML 4 HTMLInputElement ) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of input elements.
Documentation for this class was provided by MDN. |
KeygenElement | |
LIElement | The HTML List item element (<li> ) is used to represent a list item. It should be contained in an ordered list (<ol>
), an unordered list (<ul>
) or a menu (<menu>
), where it represents a single entity in that list. In menus and unordered lists, list items are ordinarily displayed using bullet points. In order lists, they are usually displayed with some ascending counter on the left such as a number or letter
Documentation for this class was provided by MDN. |
LabelElement | DOM Label objects inherit all of the properties and methods of DOM element, and also expose the HTMLLabelElement(or
HTML 4 HTMLLabelElement) interface.
Documentation for this class was provided by MDN. |
LegendElement | DOM Legend objects inherit all of the properties and methods of DOM HTMLElement, and also expose the HTMLLegendElement
HTML5 (or HTMLLegendElement
HTML 4) interface.
Documentation for this class was provided by MDN. |
LinkElement | The HTML Link Element (<link>) specifies relationships between the current document and other documents. Possible uses for this element include defining a relational framework for navigation and linking the document to a style sheet.
Documentation for this class was provided by MDN. |
MapElement | The HTML Map element (<map> ) is used with <area>
elements to define a image map.
Documentation for this class was provided by MDN. |
MarqueeElement | Non-standard
Documentation for this class was provided by MDN. |
MediaElement | HTML media elements (such as <audio>
and <video>
) expose the HTMLMediaElement interface which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of media elements.
Documentation for this class was provided by MDN. |
MenuElement | The HTML menu element (<menu> ) represents an unordered list of menu choices, or commands. |
MetaElement | The meta objects expose the HTMLMetaElement interface which contains descriptive metadata about a document. This object inherits all of the properties and methods described in the element section.
Documentation for this class was provided by MDN. |
MeterElement | The HTML meter element (<meter> ) represents either a scalar value within a known range or a fractional value. |
ModElement | DOM mod (modification) objects expose the HTMLModElement (or HTML 4 HTMLModElement ) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating modification elements.
Documentation for this class was provided by MDN. |
OListElement | The HTML ordered list element (<ol> ) represents an ordered list of items. Typically, ordered-list items are displayed with a preceding numbering, which can be of any form, like numerals, letters or Romans numerals or even simple bullets. This numbered style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type
property. |
ObjectElement | DOM Object objects expose the HTMLObjectElement (or HTML 4 HTMLObjectElement) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of Object element, representing external resources.
Documentation for this class was provided by MDN. |
OptGroupElement | In a web form, the HTML optgroup element (<optgroup>) creates a grouping of options within a <select>
element.
Documentation for this class was provided by MDN. |
OptionElement | DOM option elements elements share all of the properties and methods of other HTML elements described in the element section. They also have the specialized interface HTMLOptionElement (or
HTML 4 HTMLOptionElement). |
OutputElement | |
ParagraphElement | DOM p (paragraph) objects expose the HTMLParagraphElement (or
HTML 4 HTMLParagraphElement ) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating div elements. In
HTML5, this interface inherits from HTMLElement, but defines no additional members.
Documentation for this class was provided by MDN. |
ParamElement | |
PreElement | This element represents preformatted text. Text within this element is typically displayed in a non-proportional font exactly as it is laid out in the file. Whitespaces inside this element are displayed as typed.
Documentation for this class was provided by MDN. |
ProgressElement | The HTML progress (<progress> ) element is used to view the completion progress of a task. While the specifics of how it's displayed is left up to the browser developer, it's typically displayed as a progress bar.
Documentation for this class was provided by MDN. |
QuoteElement | DOM quote objects expose the HTMLQuoteElement (or
HTML 4 HTMLQuoteElement ) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating quote elements.
Documentation for this class was provided by MDN. |
ScriptElement | The script element is used to embed or reference an executable script within an HTML or XHTML document. |
SelectElement | |
ShadowElement | |
SourceElement | |
SpanElement | This HTML element is a generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. <span> is very much like a <div>
element, but <div>
is a block-level element whereas a <span> is an inline element.
Documentation for this class was provided by MDN. |
StyleElement | See Using dynamic styling information for an overview of the objects used to manipulate specified CSS properties using the DOM.
Documentation for this class was provided by MDN. |
TableCaptionElement | DOM table caption elements expose the HTMLTableCaptionElement (or HTML 4 HTMLTableCaptionElement ) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating definition list elements. In HTML 5, this interface inherits from HTMLElement, but defines no additional members.
Documentation for this class was provided by MDN. |
TableCellElement | The HTML Table Cell Element (<td> ) defines a cell that content data.
Documentation for this class was provided by MDN. |
TableColElement | DOM table column objects (which may correspond to <col>
or <colgroup>
HTML elements) expose the HTMLTableColElement (or HTML 4 HTMLTableColElement ) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating table column elements.
Documentation for this class was provided by MDN. |
TableElement | |
TableRowElement | DOM table row objects expose the HTMLTableRowElement interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of rows in an HTML table.
Documentation for this class was provided by MDN. |
TableSectionElement | The HTML Table Head Element (<thead> ) defines a set of rows defining the head of the columns of the table.
Documentation for this class was provided by MDN. |
TextAreaElement | DOM TextArea objects expose the HTMLTextAreaElement (or
HTML 4 HTMLTextAreaElement ) interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of <textarea>
elements.
Documentation for this class was provided by MDN. |
TitleElement | The title object exposes the HTMLTitleElement interface which contains the title for a document. This element inherits all of the properties and methods described in the element section.
Documentation for this class was provided by MDN. |
TrackElement | The track element is used as a child of the media elements—<audio>
and <video>
—and does not represent anything on its own. It lets you specify timed text tracks (or time-based data). |
UListElement | The HTML unordered list element (<ul> ) represents an unordered list of items, namely a collection of items that do not have a numerical ordering, and their order in the list is meaningless. Typically, unordered-list items are displayed with a bullet, which can be of several forms, like a dot, a circle or a squared. The bullet style is not defined in the HTML description of the page, but in its associated CSS, using the list-style-type
property. |
UnknownElement | Dies ist die Übersichtsseite der Gecko DOM Referenz. |