Results 61 - 80 of 172

Element.clientTop

The width of the top border of an element in pixels. It does not include the top margin or padding. clientTop is read-only.
API CSSOM View NeedsAgnostify NeedsCompatTable NeedsMarkupWork Property Reference Référence

Element.clientWidth

The Element.clientWidth property is zero for elements with no CSS or inline layout boxes, otherwise it's the inner width of an element in pixels. It includes padding but not the vertical scrollbar (if present, if rendered), border or margin.
API CSSOM View NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility Property Reference Référence

Element.getClientRects()

The Element.getClientRects() method returns a collection of rectangles that indicate the bounding rectangles for each box in a client.
API CSSOM View Method NeedsBrowserAgnostic NeedsBrowserCompatibility NeedsCompatTable NeedsMarkupWork NeedsMobileBrowserCompatibility Reference

Element.scrollLeft

The Element.scrollLeft property gets or sets the number of pixels that an element's content is scrolled to the left.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedSpecTable Property Reference

Element.scrollTop

The Element.scrollTop property gets or sets the number of pixels that the content of an element is scrolled upward. An element's scrollTop is a measurement of the distance of an element's top to its topmost visible content. When an element content does not generate a vertical scrollbar, then its scrollTop value defaults to 0.
API CSSOM View NeedsArtUpdate NeedsCompatTable NeedsMarkupWork Property Reference

Element.scrollWidth

The Element.scrollWidth read–only property returns either the width in pixels of the content of an element or the width of the element itself, whichever is greater. If the element is wider than its content area (for example, if there are scroll bars for scrolling through the content), the scrollWidth is larger than the clientWidth.
API CSSOM View NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Reference Référence

Gamepad.axes

The Gamepad.axes property of the Gamepad interface returns an array representing the controls with axes present on the device (e.g. analog thumb sticks).-
API Gamepad API Games NeedsBetterSpecLink NeedsCompatTable NeedsMarkupWork Property Reference Référence

Gamepad.buttons

The Gamepad.buttons property of the Gamepad interface returns an array of gamepadButton objects representing the buttons present on the device.
API Gamepad API Games NeedsBetterSpecLink NeedsCompatTable NeedsMarkupWork Property Reference Référence

Gamepad.connected

The Gamepad.connected property of the Gamepad interface returns a boolean indicating whether the gamepad is still connected to the system.
API Gamepad API Games NeedsBetterSpecLink NeedsBrowserCompatibility NeedsMarkupWork Property Reference Référence

Gamepad.id

The Gamepad.id property of the Gamepad interface returns a string containing some information about the controller.
API Gamepad API Games NeedsBetterSpecLink NeedsMarkupWork NeedsRealCompatTable Property Reference Référence

Gamepad.index

The Gamepad.index property of the Gamepad interface returns an integer that is auto-incremented to be unique for each device currently connected to the system.
API Gamepad API Games NeedsBetterSpecLink NeedsMarkupWork NeedsRealCompatTable Property Reference Référence

Gamepad.mapping

The Gamepad.mapping property of the Gamepad interface returns a string indicating whether the browser has remapped the controls on the device to a known layout.
API Gamepad API Games NeedsBetterSpecLink NeedsCompatTable NeedsMarkupWork Property Reference Référence

Gamepad.timestamp

The Gamepad.timestamp property of the Gamepad interface returns a DOMHighResTimeStamp representing the last time the data for this gamepad was updated.
API Gamepad API Games NeedsBetterSpecLink NeedsCompatTable NeedsMarkupWork Property Reference Référence

GamepadButton

The GamepadButton interface defines an individual button of a gamepad or other controller, allowing access to the current state of different types of buttons available on the control device.
API Gamepad API Games NeedsBetterSpecLink NeedsCompatTable NeedsMarkupWork Reference Référence

GamepadButton.pressed

The GamepadButton.pressed property of the GamepadButton interface returns a boolean indicating whether the button is currently pressed (true) or unpressed (false).
API Gamepad API Games NeedsBetterSpecLink NeedsCompatTable NeedsMarkupWork Property Reference Référence

GamepadButton.value

The GamepadButton.value property of the GamepadButton interface returns a double value used to represent the current state of analog buttons on many modern gamepads, such as the triggers.
API Gamepad API Games NeedsBetterSpecLink NeedsCompatTable NeedsMarkupWork Property Reference Référence

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.offsetHeight

The HTMLElement.offsetHeight read-only property is the height of the element including vertical padding and borders, in pixels, as an integer.
API CSSOM View NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility NeedsNonDHMLImage Property Reference

HTMLElement.offsetLeft

The HTMLElement.offsetLeft read-only method returns the number of pixels that the upper left corner of the current element is offset to the left within the HTMLElement.offsetParent node.
API CSSOM View NeedsCompatTable NeedsMarkupWork Property Read-only Reference

HTMLElement.offsetParent

The HTMLElement.offsetParent read-only property returns a reference to the object which is the closest (nearest in the containment hierarchy) positioned containing element. If the element is non-positioned, the nearest table cell or root element (html in standards compliant mode; body in quirks rendering mode) is the offsetParent. offsetParent returns null when the element has style.display set to "none". The offsetParent is useful because offsetTop and offsetLeft are relative to its padding edge.
API CSSOM View NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility Property Reference