Articles tagged: API
Found 5012 documents
- Web/API/HTMLMediaElement/playbackRate The HTMLMediaElement.playbackRate property sets the rate at which the media is being played ...
- Web/API/HTMLMediaElement/readyState The HTMLMediaElement.readyState property indicates the readiness state of the media.
- Web/API/HTMLMediaElement/seekable The seekable read-only property of the HTMLMediaElement returns a TimeRanges object that ...
- Web/API/HTMLMediaElement/seekToNextFrame The HTMLMediaElement.seekToNextFrame() method asynchronously advances the the current play ...
- Web/API/HTMLMediaElement/setMediaKeys The setMediaKeys() property of the HTMLMediaElement interface returns a Promise that resolves to ...
- Web/API/HTMLMediaElement/setSinkId The HTMLMediaElement.setSinkId() method sets the ID of the audio device to use for output and ...
- Web/API/HTMLMediaElement/sinkId The HTMLMediaElement.sinkId read-only property returns a DOMString that is the unique ID of the ...
- Web/API/HTMLMediaElement/src The HTMLMediaElement.src property reflects the value of the HTML media element's src attribute, ...
- Web/API/HTMLMediaElement/srcObject The srcObject property of the HTMLMediaElement interface sets or returns the object which serves ...
- Web/API/HTMLMediaElement/volume The HTMLMediaElement.volume property sets the volume at which the media will be played.
- Web/API/HTMLMetaElement The HTMLMetaElement interface contains descriptive metadata about a document. It inherits all of ...
- Web/API/HTMLMeterElement The HTML meter elements expose the HTMLMeterElement interface, which provides special properties ...
- Web/API/HTMLMeterElement/labels The HTMLMeterElement.labels read-only property returns a NodeList of the label elements ...
- Web/API/HTMLModElement The HTMLModElement interface provides special properties (beyond the regular methods and ...
- Web/API/HTMLObjectElement The HTMLObjectElement interface provides special properties and methods (beyond those on the ...
- Web/API/HTMLObjectElement/typeMustMatch The HTMLObjectElement.typeMustMatch property is a Boolean reflects the typemustmatch attribute ...
- Web/API/HTMLOListElement The HTMLOListElement interface provides special properties (beyond those defined on the regular ...
- Web/API/HTMLOptGroupElement The HTMLOptGroupElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLOptionElement The HTMLOptionElement interface represents option elements and inherits all classes and methods ...
- Web/API/HTMLOptionElement/Option Constructor for creating an HTMLOptionElement.
- Web/API/HTMLOptionsCollection HTMLOptionsCollection is an interface representing a collection of HTML option elements (in ...
- Web/API/HTMLOutputElement The HTMLOutputElement interface provides properties and methods (beyond those inherited from ...
- Web/API/HTMLOutputElement/labels The HTMLOutputElement.labels read-only property returns a NodeList of the label elements ...
- Web/API/HTMLParagraphElement The HTMLParagraphElement interface provides special properties (beyond those of the regular ...
- Web/API/HTMLParamElement The HTMLParamElement interface provides special properties (beyond those of the regular ...
- Web/API/HTMLPictureElement The HTMLPictureElement interface represents a picture HTML element. It doesn't implement ...
- Web/API/HTMLPreElement The HTMLPreElement interface expose specific properties and methods (beyond those defined by ...
- Web/API/HTMLProgressElement The HTMLProgressElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLProgressElement/labels The HTMLProgressElement.labels read-only property returns a NodeList of the label elements ...
- Web/API/HTMLQuoteElement The HTMLQuoteElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLScriptElement HTML script elements expose the HTMLScriptElement interface, which provides special properties ...
- Web/API/HTMLSelectElement The HTMLSelectElement interface represents a select HTML Element. These elements also share all ...
- Web/API/HTMLSelectElement/add The HTMLSelectElement.add() method adds an element to the collection of option elements for this ...
- Web/API/HTMLSelectElement/autofocus The HTMLSelectElement.autofocus property is a Boolean that reflects the autofocus HTML ...
- Web/API/HTMLSelectElement/checkValidity The HTMLSelectElement.checkValidity() method checks whether the element has any constraints and ...
- Web/API/HTMLSelectElement/disabled The HTMLSelectElement.disabled Is a Boolean that reflects the disabled HTML attribute, which ...
- Web/API/HTMLSelectElement/form The HTMLSelectElement.form read-only property returns a HTMLFormElement representing the form ...
- Web/API/HTMLSelectElement/item The HTMLSelectElement.item() method returns the Element corresponding to the HTMLOptionElement ...
- Web/API/HTMLSelectElement/labels The HTMLSelectElement.labels read-only property returns a NodeList of the label elements ...
- Web/API/HTMLSelectElement/namedItem The HTMLSelectElement.namedItem() method returns the HTMLOptionElement corresponding to the ...
- Web/API/HTMLSelectElement/remove The HTMLSelectElement.remove() method removes the element at the specified index from the ...
- Web/API/HTMLSelectElement/selectedIndex The HTMLSelectElement.selectedIndex is a long that reflects the index of the first selected ...
- Web/API/HTMLSelectElement/selectedOptions The read-only HTMLSelectElement property selectedOptions contains a list of the option elements ...
- Web/API/HTMLSelectElement/setCustomValidity The HTMLSelectElement.setCustomValidity() method sets the custom validity message for the ...
- Web/API/HTMLSelectElement/type The HTMLSelectElement.type read-only property returns the form control's type. The possible ...
- Web/API/HTMLShadowElement The HTMLShadowElement interface represents a shadow HTML Element, which is used in Shadow DOM.
- Web/API/HTMLShadowElement/getDistributedNodes The HTMLShadowElement.getDistributedNodes() method returns a static NodeList of the distributed ...
- Web/API/HTMLSlotElement The HTMLSlotElement interface of the Shadow DOM API enables access to the name and assigned ...
- Web/API/HTMLSlotElement/assignedNodes The assignedNodes() property of the HTMLSlotElement interface returns the sequence of elements ...
- Web/API/HTMLSlotElement/name The name property of the HTMLSlotElement interface returns or sets the slot name. A slot is a ...
- Web/API/HTMLSourceElement The HTMLSourceElement interface provides special properties (beyond the regular HTMLElement ...
- Web/API/HTMLSpanElement The HTMLSpanElement interface represents a span element and derives from the HTMLElement ...
- Web/API/HTMLStyleElement The HTMLStyleElement interface represents a style element. It inherits properties and methods ...
- Web/API/HTMLStyleElement/media The HTMLStyleElement.media property specifies the intended destination medium for style information.
- Web/API/HTMLStyleElement/scoped The HTMLStyleElement.scoped property is a Boolean value indicating if the element applies to the ...
- Web/API/HTMLStyleElement/type The HTMLStyleElement.type read-only property returns the type of the current style.
- Web/API/HTMLTableCaptionElement The HTMLTableCaptionElement interface special properties (beyond the regular HTMLElement ...
- Web/API/HTMLTableCellElement The HTMLTableCellElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLTableColElement The HTMLTableColElement interface provides special properties (beyond the HTMLElement interface ...
- Web/API/HTMLTableDataCellElement The HTMLTableDataCellElement interface provides special properties and methods (beyond the ...
- Web/API/HTMLTableElement The HTMLTableElement interface provides special properties and methods (beyond the regular ...
- Web/API/HTMLTableElement/align The HTMLTableElement.align property represents the alignment of the table.
- Web/API/HTMLTableElement/bgColor The HTMLTableElement.bgcolor property represents the background color of the table.
- Web/API/HTMLTableElement/border The HTMLTableElement.border property represents the border width of the table element.
- Web/API/HTMLTableElement/caption The HTMLTableElement.caption property represents the table caption. If no caption element is ...
- Web/API/HTMLTableElement/cellPadding The HTMLTableElement.cellPadding property represents the padding around the individual cells of ...
- Web/API/HTMLTableElement/cellSpacing While you should instead use the CSS border-spacing property, the obsolete HTMLTableElement ...
- Web/API/HTMLTableElement/createCaption The HTMLTableElement.createCaption() method returns the caption for the table. If no caption ...
- Web/API/HTMLTableElement/createTFoot The HTMLTableElement.createTFoot() method returns the tfoot element associated with the table, ...
- Web/API/HTMLTableElement/createTHead The HTMLTableElement.createTHead() method returns the thead element association with the table, ...
- Web/API/HTMLTableElement/deleteCaption The HTMLTableElement.deleteCaption() method removes the caption from the table. If there is no ...
- Web/API/HTMLTableElement/deleteRow The HTMLTableElement.deleteRow() method removes a row from the table. If the number of rows to ...
- Web/API/HTMLTableElement/deleteTFoot The HTMLTableElement.deleteTFoot() method removes a tfoot element from the table.
- Web/API/HTMLTableElement/deleteTHead The HTMLTableElement.deleteTHead() removes a thead element from the table.
- Web/API/HTMLTableElement/frame The HTMLTableElement interface's frame property is a string that indicates which of the table's ...
- Web/API/HTMLTableElement/insertRow The HTMLTableElement.insertRow() method inserts a new row in the table and returns a reference ...
- Web/API/HTMLTableElement/rows The HTMLTableElement.rows read-only property returns a live HTMLCollection of all the rows in ...
- Web/API/HTMLTableElement/rules The HTMLTableElement.rules property represents which cell borders to render in the table.
- Web/API/HTMLTableElement/summary The HTMLTableElement.summary property represents the table description.
- Web/API/HTMLTableElement/tBodies The HTMLTableElement.tBodies read-only property returns a live HTMLCollection of the table bodies.
- Web/API/HTMLTableElement/tFoot The HTMLTableElement.tFoot property represents the table's tfoot element. Its value can be null ...
- Web/API/HTMLTableElement/tHead The HTMLTableElement.tHead represents the table's thead element. Its value can be null if there ...
- Web/API/HTMLTableElement/width Where width is a string representing the width in number of pixels or as a percentage value.
- Web/API/HTMLTableHeaderCellElement The HTMLTableHeaderCellElement interface provides special properties and methods (beyond the ...
- Web/API/HTMLTableRowElement The HTMLTableRowElement interface provides special properties and methods (beyond the ...
- Web/API/HTMLTableRowElement/insertCell The HTMLTableRowElement.insertCell() method inserts a new cell into a table row and returns a ...
- Web/API/HTMLTableRowElement/rowIndex The HTMLTableRowElement.rowIndex property represents the position of a row in relation to the ...
- Web/API/HTMLTableSectionElement The HTMLTableSectionElement interface provides special properties and methods (beyond the ...
- Web/API/HTMLTemplateElement The HTMLTemplateElement interface enables access to the contents of an HTML template element.
- Web/API/HTMLTemplateElement/content The HTMLTemplateElement.content property returns a template element's template contents (a ...
- Web/API/HTMLTextAreaElement The HTMLTextAreaElement interface provides special properties and methods for manipulating the ...
- Web/API/HTMLTextAreaElement/labels The HTMLTextAreaElement.labels read-only property returns a NodeList of the label elements ...
- Web/API/HTMLTimeElement The HTMLTimeElement interface provides special properties (beyond the regular HTMLElement ...
- Web/API/HTMLTimeElement/dateTime The HTMLTimeElement.dateTime property is a DOMString that reflects the datetime HTML attribute, ...
- Web/API/HTMLTitleElement The HTMLTitleElement interface contains the title for a document. This element inherits all of ...
- Web/API/HTMLTrackElement The HTMLTrackElement
- Web/API/HTMLUListElement The HTMLUListElement interface provides special properties (beyond those defined on the regular ...
- Web/API/HTMLUnknownElement The HTMLUnknownElement interface represents an invalid HTML element and derives from the ...
- Web/API/HTMLVideoElement The HTMLVideoElement interface provides special properties and methods for manipulating video ...
- Web/API/HTMLVideoElement/getVideoPlaybackQuality The HTMLVideoElement.getVideoPlaybackQuality() creates and returns a VideoPlaybackQuality object ...