Results 1 - 20 of 104

CSSRule.parentStyleSheet

parentStyleSheet returns the stylesheet object in which the current rule is defined.
API CSSOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference

MessageEvent

A MessageEvent is the interface representing a message received by a target, being a WebSocket or a WebRTC RTCDataChannel
API Interface NeedsSpecTable Reference WebRTC Websockets API

Window.getComputedStyle()

The Window.getComputedStyle() method gives the values of all the CSS properties of an element after applying the active stylesheets and resolving any basic computation those values may contain.
API CSSOM View Method NeedsMarkupWork NeedsSpecTable

Window.innerWidth

Width (in pixels) of the browser window viewport including, if rendered, the vertical scrollbar.
API CSSOM View NeedsContent NeedsSpecTable Property Reference

CSSStyleDeclaration

CSSStyleDeclaration represents a collection of CSS property-value pairs. It is used in a few APIs:
API CSSOM Interface NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

CSSStyleRule.selectorText

The CSSRule.selectorText property gets the textual representation of the selector for the rule set. This is implemented in a readonly manner; to set stylesheet rules dynamically, see Using dynamic styling information.
API CSSOM CSSStyleRule NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

Document.close()

The document.close() method finishes writing to a document, opened with document.open().
API Document HTML DOM Method NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

Document.dir

The Document.dir property is a DOMString representing the directionality of the text of the document, whether left to right (default) or right to left. Possible values are 'rtl', right to left, and 'ltr', left to right.
API Document HTML DOM NeedsSpecTable Property Reference Référence

Document.embeds

embeds returns a list of the embedded OBJECTS within the current document.
API Document HTML DOM NeedsCompatTable NeedsContent NeedsExample NeedsMarkupWork NeedsSpecTable Property

Document.enableStyleSheetsForSet()

Enables the style sheets matching the specified name in the current style sheet set, and disables all other style sheets (except those without a title, which are always enabled).
API CSSOM DOM Method NeedsBrowserAgnosticism NeedsCompatTable NeedsMarkupWork NeedsSpecTable Reference Référence

Document.fgColor

fgColor gets/sets the foreground color, or text color, of the current document.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.forms

forms returns a collection (an HTMLCollection) of the <form> elements within the current document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.images

document.images returns a collection of the images in the current HTML document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Document.lastModified

Returns a string containing the date and time on which the current document was last modified.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence