Results 281 - 300 of 485

FontFaceSet

The FontFaceSet interface of the CSS Font Loading API is an interface for loading font faces and checking their download statuses.
API CSS Font Loading API Experimental Fonts Interface Reference

GlobalFetch

The GlobalFetch mixin of the Fetch API contains the GlobalFetch.fetch() method used to start the process of fetching a resource.
API Experimental Fetch GlobalFetch HTTP Interface Networking Reference request

HTMLDocument

HTMLDocument is an abstract interface of the DOM which provides access to special properties and methods not present by default on a regular (XML) document.
API HTML DOM Interface NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLElement

The HTMLElement interface represents any HTML element. Some elements directly implement this interface, others implement it via an interface that inherits it.
API HTML DOM Interface NeedsMobileBrowserCompatibility NeedsNewLayout Reference Référence

HTMLFormControlsCollection

The HTMLFormControlsCollection interface represents a collection of HTML form control elements. It replaces one method of HTMLCollection.
API HTML DOM Interface NeedsHTML5Update Reference Référence

HTMLInputElement

The HTMLInputElement interface provides special properties and methods for manipulating the layout and presentation of input elements.
API HTML DOM HTMLInputElement Input Interface NeedsContent NeedsMarkupWork Reference

HTMLKeygenElement

The <keygen> elements expose the HTMLKeygenElement interface, which provides special properties and methods (beyond the regular element object interface they also have available to them by inheritance) for manipulating the layout and presentation of keygen elements.
API HTML DOM Interface NeedsBrowserAgnosticism NeedsCompatTable NeedsNewLayout Reference Référence

HTMLMediaElement

The HTMLMediaElement interface adds to HTMLElement the properties and methods needed to support basic media-related capabilities that are common to audio and video. The HTMLVideoElement and HTMLAudioElement elements both inherit this interface.
API DOM HTML HTMLMediaElement Interface Media NeedsNewLayout Reference

HTMLMeterElement

The HTML <meter> elements expose the HTMLMeterElement interface, which provides special properties and methods (beyond the HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of <meter> elements.
API HTML DOM HTMLMeterElement Interface NeedsNewLayout Reference Référence

HTMLOptGroupElement

The HTMLOptGroupElement interface provides special properties and methods (beyond the regular HTMLElement object interface they also have available to them by inheritance) for manipulating the layout and presentation of <optgroup> elements.
API Forms HTML DOM Interface NeedsBrowserCompatibility NeedsNewLayout Reference Référence

HTMLOptionsCollection

HTMLOptionsCollection is an interface representing a collection of HTML option elements (in document order) and offers methods and properties for traversing the list as well as optionally altering its items. This type is returned solely by the "options" property of select.
API HTML DOM Interface NeedsBrowserCompatibility NeedsExample NeedsMarkupWork NeedsSpecTable Reference Référence

HTMLOutputElement

The HTMLOutputElement interface provides properties and methods (beyond those inherited from HTMLElement) for manipulating the layout and presentation of <output> elements.
API HTML DOM Interface NeedsMarkupWork NeedsNewLayout Reference Référence

HTMLPictureElement

The HTMLPictureElement interface represents a <picture> HTML element. It doesn't implement specific properties or methods.
API Experimental Expérimental HTML DOM Interface Reference Référence

HTMLShadowElement

The HTMLShadowElement interface represents a <shadow> HTML Element, which is used in Shadow DOM
API HTML DOM Interface Reference Référence Web Components

HTMLVideoElement

The HTMLVideoElement interface provides special properties and methods for manipulating video objects. It also inherits properties and methods of HTMLMediaElement and HTMLElement.
API DOM HTML DOM HTMLVideoElement Interface Reference Video video