Results 161 - 180 of 310

CSSStyleSheet.insertRule()

CSSStyleSheet.insertRule() method inserts a new CSS rule into the current style sheet. (with some restrictions)
API CSSOM CSSStyleSheet Method NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility Reference

CSSValue

The CSSValue interface represents the current computed value of a CSS property.
API CSSValue DOM Interface NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Reference

CSSValue.cssValueType

The cssValueType read-only property of the CSSValue interface represents the type of the current computed CSS property value.
API CSSValue cssValueType NeedsBrowserCompatibility NeedsMobileBrowserCompatibility Property Read-only Reference

CSSValueList.length

The length read-only property of the CSSValueList interface represents the number of CSSValues in the list. The range of valid values of the indices is 0 to length-1 inclusive.
API CSSValueList length NeedsBrowserCompatibility NeedsExample NeedsMobileBrowserCompatibility Property Read-only Reference

DedicatedWorkerGlobalScope

The DedicatedWorkerGlobalScope object (the Worker global scope) is accessible through the self keyword. Some additional global functions, namespaces objects, and constructors, not typically associated with the worker global scope, but available on it, are listed in the JavaScript Reference. See also: Functions available to workers.
API DedicatedWorkerGlobalScope Interface NeedsBrowserCompatibility Reference Référence Web Workers Workers

Element.clientHeight

The Element.clientHeight read-only property is zero for elements with no CSS or inline layout boxes, otherwise it's  the inner height of an element in pixels, including padding but not the horizontal scrollbar height, border, or margin.
API CSSOM View NeedsBrowserCompatibility NeedsMarkupWork NeedsMobileBrowserCompatibility 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.name

name gets or sets the name property of a DOM object; it only applies to the following elements: <a>, <applet>, <button>, <form>, <frame>, <iframe>, <img>, <input>, <map>, <meta>, <object>, <param>, <select>, and <textarea>.
API DOM Element NeedsBrowserCompatibility NeedsSpecTable NeedsUpdate Property Reference Web

EventTarget.dispatchEvent()

Dispatches an Event at the specified EventTarget, invoking the affected EventListeners in the appropriate order. The normal event processing rules (including the capturing and optional bubbling phase) also apply to events dispatched manually with dispatchEvent().
API DOM DOM Element Methods Gecko Method NeedsBrowserCompatibility NeedsMobileBrowserCompatibility

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

HTMLElement.focus()

The HTMLElement.focus() method sets focus on the specified element, if it can be focused.
API HTML DOM HTMLElement Method NeedsBrowserCompatibility NeedsExample Reference Référence

HTMLElement.lang

The HTMLElement.lang property gets or sets the base language of an element's attribute values and text content.
API HTML DOM HTMLElement NeedsBrowserCompatibility Property Reference Référence