Results 261 - 280 of 1,752

HTMLAnchorElement.relList

The HTMLAnchorElement.relList read-only property reflects the rel attribute. It is a live DOMTokenList containing the set of link types indicating the relationship between the resource represented by the <a> element and the current document.
API HTML DOM HTMLAnchorElement Property Reference Référence

HTMLAreaElement.rel

The HTMLAreaElement.rel property reflects the rel attribute. It is a DOMString containing a space-separated list of link types indicating the relationship between the resource represented by the <a> element and the current document.
API HTML DOM HTMLAreaElement Property Reference Référence

HTMLAreaElement.relList

The HTMLAreaElement.relList read-only property reflects the rel attribute. It is a live DOMTokenList containing the set of link types indicating the relationship between the resource represented by the <area> element and the current document.
API HTML DOM HTMLAreaElement Property Reference Référence

HTMLAudioElement

The HTMLAudioElement interface provides access to the properties of <audio> elements, as well as methods to manipulate them. It derives from the HTMLMediaElement interface.
API HTML DOM Interface Reference Référence

HTMLBaseElement

The HTMLBaseElement interface contains the base URI for a document. This object inherits all of the properties and methods as described in the HTMLElement interface.
API HTML DOM Interface Reference Référence

HTMLBRElement

The HTMLBRElement interface represents a HTML line break element (<br>). It inherits from HTMLElement.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLCanvasElement.mozGetAsFile()

The HTMLCanvasElement.mozGetAsFille() method returns a File object representing the image contained in the canvas; this file is a memory-based file, with the specified name. If type is not specified, the image type is image/png.
API Canvas HTMLCanvasElement Method Reference Référence

HTMLCanvasElement.toDataURL()

The HTMLCanvasElement.toDataURL() method returns a data URI containing a representation of the image in the format specified by the type parameter (defaults to PNG). The returned image is in a resolution of 96 dpi.
API Canvas HTMLCanvasElement Method Reference Référence

HTMLCollection

The HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list.
API DOM DOM Reference Reference Référence

HTMLCollection.item

HTMLCollection.item() gets an element by position.
API HTML DOM Property Reference Référence

HTMLDataElement

The HTMLDataElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating <data> elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLDataListElement

The HTMLDataListElement interface provides special properties (beyond the HTMLElement object interface it also has available to it by inheritance) to manipulate <datalist> elements and their content.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLDivElement

The HTMLDivElement interface provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating div elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLDListElement

The HTMLDListElement interface provides special properties (beyond those of the regular HTMLElement interface it also has available to it by inheritance) for manipulating definition list elements.
API HTML DOM Interface NeedsNewLayout Reference Référence

HTMLElement.dataset

The HTMLElement.dataset property allows access, both in reading and writing mode, to all the custom data attributes (data-*) set on the element. It is a map of DOMString, one entry for each custom data attribute.
API HTML DOM HTMLElement Property Reference Référence

HTMLElement.dir

The HTMLElement.dir property gets or sets the text writing directionality of the content of the current element.
API HTML DOM HTMLElement Property Reference Référence

HTMLElement.oncopy

The oncopy property returns the onCopy event handler code on the current element.
API Event Handler HTMLElement Property Reference Référence

HTMLElement.oncut

The oncut property returns the onCut event handler code on the current element.
API Event Handler HTMLElement Property Reference Référence