Results 41 - 60 of 215

Element.insertAdjacentText()

The insertAdjacentText() method inserts a given text node at a given position relative to the element it is invoked upon.
API DOM Element Gecko insertAdjacentText Method Reference

Element.querySelectorAll()

Returns a non-live NodeList of all elements descended from the element on which it is invoked that match the specified group of CSS selectors.
API DOM Element Élément Method Reference Référence

Element.releasePointerCapture()

Releases (stops) pointer capture that was previously set for a specific (PointerEvent) pointer.
API DOM Element Method PointerEvent Reference

Element.removeAttribute()

removeAttribute removes an attribute from the specified element.
API DOM Element Élément Method Reference Référence

Element.removeAttributeNode()

removeAttributeNode removes the specified attribute from the current element.
API DOM Element Élément Method Reference Référence

Element.removeAttributeNS()

removeAttributeNS removes the specified attribute from an element.
API DOM Element Élément Method Reference Référence

Element.scrollIntoViewIfNeeded()

The Element.scrollIntoViewIfNeeded() method scrolls the current element into the visible area of the browser window if it's not already within the visible area of the browser window. If the element is already within the visible area of the browser window, then no scrolling takes place. This method is a proprietary variation of the standard Element.scrollIntoView() method.
API DOM Element Method Non-standard Reference

Element.setAttribute()

Adds a new attribute or changes the value of an existing attribute on the specified element.
API DOM Element Élément Method Reference Référence

Element.setAttributeNode()

setAttributeNode() adds a new Attr node to the specified element.
API DOM Element Élément Method Reference Référence

Element.setAttributeNodeNS()

setAttributeNodeNS adds a new namespaced attribute node to an element.
API DOM Element Élément Method Reference Référence

Element.setAttributeNS()

setAttributeNS adds a new attribute or changes the value of an attribute with the given namespace and name.
API DOM Element Élément Method Reference Référence

Element.setCapture()

Call this method during the handling of a mousedown event to retarget all mouse events to this element until the mouse button is released or document.releaseCapture() is called.
API DOM Element Élément Method Reference Référence

Element.setPointerCapture()

Pointer capture allows events for a particular pointer event (PointerEvent) to be re-targeted to a particular element instead of the normal target (or hit test) at a pointer's location. This can be used to ensure that an element continues to receive pointer events even if the pointer device's contact moves off the element (for example by scrolling).
API DOM Element Method PointerEvent Reference

<address>

The HTML <address> element supplies contact information for its nearest <article> or <body> ancestor; in the latter case, it applies to the whole document.
Element HTML HTML sections Reference Web

<applet>

The HTML Applet Element (<applet>) identifies the inclusion of a Java applet.
Element Élément HTML Obsolete Reference Référence Web

<area>

The HTML <area> element defines a hot-spot region on an image, and optionally associates it with a hypertext link. This element is used only within a <map> element.
Content Element embedded HTML Multimedia Reference Web

<article>

The HTML <article> element represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). This could be a forum post, a magazine or newspaper article, a blog entry, an object, or any other independent item of content. Each <article> should be identified, typically by including a heading (<h1>-<h6> element) as a child of the <article> element.
Element HTML HTML sections Reference Web