Results 81 - 100 of 200

Console

The Console object provides access to the browser's debugging console (e.g., the Web Console in Firefox). The specifics of how it works vary from browser to browser, but there is a de facto set of features that are typically provided.
API Console console debugging Debugging Interface NeedsCompatTable Reference web console

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

DeviceOrientationEvent.alpha

Returns the rotation of the device around the Z axis; that is, the number of degrees by which the device is being twisted around the center of the screen. See Orientation and motion data explained for details.
API DeviceOrientation API NeedsBetterSpecLink NeedsCompatTable NeedsExample NeedsMarkupWork Property Reference

Document.anchors

anchors returns a list of all of the anchors in the document.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork Property 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.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.getElementsByName()

Returns a nodelist collection with a given name in the (X)HTML document.
API Document DOM HTML Method NeedsCompatTable NeedsMarkupWork Reference Référence

Document.head

Returns the <head> element of the current document. If there are more than one <head> elements, the first one is returned.
API Document HTML DOM NeedsCompatTable NeedsMarkupWork 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