Results 101 - 120 of 172

HTMLTableRowElement.rowIndex

The HTMLTableRowElement.rowIndex property represents the position of a row in relation to the whole table.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable NeedsSyntaxBox Property Reference Référence

Node.textContent

The Node.textContent property represents the text content of a node and its descendants.
API Command API DOM NeedsMarkupWork Property Reference Référence

Screen.availHeight

Returns the amount of vertical space available to the window on the screen.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Screen.availWidth

Returns the amount of horizontal space in pixels available to the window.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Screen.colorDepth

Returns the color depth of the screen. Per CSSOM View, the value is always 24, for compatibility reasons.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Screen.pixelDepth

Returns the bit depth of the screen. Per CSSOM View, the value is always 24, for compatibility reasons.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Window.applicationCache

Returns a reference to the application cache object for the window.
API HTML DOM NeedsCompatTable NeedsExample NeedsMarkupWork NeedsSpecTable Property Reference Window

Window.closed

This read-only property indicates whether the referenced window is closed or not.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence Window

Window.document

Returns a reference to the document contained in the window.
API HTML DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Window

Window.matchMedia()

Returns a new MediaQueryList object representing the parsed results of the specified media query string.
API CSSOM View Method NeedsMarkupWork NeedsSpecTable Reference Référence

Window.ondevicelight

Specifies an event listener to receive devicelight events. These events occur when the device's light level sensor detects a change in the intensity of the ambient light level.
Ambient Light Events API Experimental NeedsMarkupWork Property Reference

Window.outerHeight

Window.outerHeight gets the height in pixels of the whole browser window. It represents the height of the whole browser window including sidebar (if expanded), window chrome and window resizing borders/handles.
API CSSOM View NeedsCompatTable NeedsContent NeedsMarkupWork Property Reference Référence

Window.screen

Returns a reference to the screen object associated with the window. The screen object, implementing the Screen interface, is a special object for inspecting properties of the screen on which the current window is being rendered.
API CSSOM View DOM NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property