

set using the part attribute), returned as a DOMTokenList. Represents the part identifier(s) of the element (i.e. Returns the shadow root that is hosted by the element, regardless if its open or closed. Element.openOrClosedShadowRoot Non-standard Read only When used as a setter, replaces the element with nodes parsed from the given string. Element.outerHTMLĪ string representing the markup of the element including its content. Element.nextElementSibling Read onlyĪn Element, the element immediately following the given one in the tree, or null if there's no sibling node. In later versions, HTML elements are in the namespace in both HTML and XML trees. Note: In Firefox 3.5 and earlier, HTML elements are in no namespace. The namespace URI of the element, or null if it is no namespace. Element.localName Read onlyĪ string representing the local part of the qualified name of the element. Returns the last child element of this element.


Element.innerHTMLĪ string representing the markup of the element's content. Element.idĪ string representing the id of the element. Returns the first child element of this element. Returns a number representing the inner width of the element. Returns a number representing the width of the top border of the element. Returns a number representing the width of the left border of the element. Returns a number representing the inner height of the element. Element.classNameĪ string representing the class of the element. Returns a DOMTokenList containing the list of class attributes. Returns the child elements of this element. Returns the number of child elements of this element. Returns a NamedNodeMap object containing the assigned attributes of the corresponding HTML element. Returns a HTMLSlotElement representing the the node is inserted in. Non-standard MSManipulationStateChangedĮlement inherits properties from its parent interface, Node, and by extension that interface's parent, EventTarget.Non-standard Deprecated MozMousePixelScroll.Non-standard Deprecated createShadowRoot().
