HtmlElement
class HtmlElement : Element, IHtmlElement, IElement, INode, IEventTarget, IMarkupFormattable, IParentNode, IChildNode, INonDocumentTypeChildNode, IElementCssInlineStyle
Represents a standard HTML element in the node tree.
Gets or sets the access key assigned to the element.
Gets the element's assigned access key.
Gets or sets whether or not the element is editable. This enumerated
attribute can have the values true, false and inherited.
Gets or sets the assigned context menu.
Gets access to all the custom data attributes (data-*) set on the element. It is a map of DOMString,
one entry for each custom data attribute.
Gets or sets the value of the dir attribute.
Gets the dropzone for this element.
Gets if the element is currently contenteditable.
Gets or sets if the element is draggable.
Gets or sets if the element is hidden.
Gets or sets if spell-checking is activated.
Gets or sets if the element should be translated.
Gets or sets the value of the lang attribute.
Gets an object representing the declarations of an element's style
attributes.
Gets or sets the position of the element in the tabbing order.
Gets or sets the value of the title attribute.
Creates a standard HTML element.
Gets the assigned form if any (use only on selected elements).