Results 41 - 60 of 1,752

CanvasImageSource

CanvasImageSource is a helper type representing any objects of one of the following types: HTMLImageElement, HTMLVideoElement, HTMLCanvasElement, or ImageBitmap.
API Canvas Helper Reference Référence

CanvasPattern

The CanvasPattern interface represents an opaque object describing a pattern, based on an image, a canvas or a video, created by the CanvasRenderingContext2D.createPattern() method.
API Canvas Interface Reference Référence

CloseEvent()

The CloseEvent() constructor creates a new CloseEvent.
API CloseEvent Constructor Reference Référence

CSS

The CSS interface holds useful CSS-related methods. No object with this interface are implemented: it contains only static methods and therefore is a utilitarian interface.
API CSSOM Interface Reference Référence

CSSConditionRule

An object implementing the CSSConditionRule interface represents a single condition CSS at-rule, which consists of a condition and a statement block. It is a child of CSSGroupingRule.
API CSSOM Interface Reference Référence

CSSGroupingRule

An object implementing the CSSGroupingRule interface represents any CSS at-rule that contains other rules nested within it.
API CSSOM Interface Reference Référence

CSSSupportsRule

The CSSSupportsRule interface describes an object representing a single CSS @supports at-rule. It implements the CSSConditionRule interface, and therefore the CSSRule and CSSGroupingRule interfaces with a type value of 12 (CSSRule.SUPPORTS_RULE).
API CSSOM Interface Reference Référence

Document.compatMode

Indicates whether the document is rendered in Quirks mode or Standards mode.
API DOM Property Reference Référence

Document.createCDATASection()

createCDATASection() creates a new CDATA section node, and returns it.
API DOM Method Reference Référence

Document.createComment()

createComment() creates a new comment node, and returns it.
API DOM Method Reference Référence

Document.createElementNS()

Creates an element with the specified namespace URI and qualified name.
API DOM Method Reference Référence

Document.createEvent()

Creates an event of the type specified. The returned object should be first initialized and can then be passed to element.dispatchEvent.
API DOM Method Reference Référence

Document.createExpression()

This method compiles an XPathExpression which can then be used for (repeated) evaluations.
API DOM Method Reference Référence

Document.documentURIObject

The Document.documentURIObject read-only property returns an nsIURI object representing the URI of the document.
API DOM Property Reference Référence

Document.getElementsByTagName()

Returns an HTMLCollection of elements with the given tag name. The complete document is searched, including the root node. The returned HTMLCollection is live, meaning that it updates itself automatically to stay in sync with the DOM tree without having to call document.getElementsByTagName() again.
API DOM Method Reference Référence

Document.mozSyntheticDocument

Indicates whether or not the document is a synthetic one; that is, a document representing a standalone image, video, audio, or the like.
API DOM Property Reference Référence