Results 121 - 140 of 298

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

DeviceAcceleration

A DeviceAcceleration object provides information about the amount of acceleration the device is experiencing along all three axes.
API Device Orientation Events Experimental Expérimental Interface NeedsExample Reference Référence

DeviceMotionEvent.acceleration

The acceleration property returns the amount of acceleration recorded by the device, in meters per second squared (m/s2).
API Device Orientation Firefox OS Mobile Motion NeedsExample Orientation Property

DeviceMotionEvent.accelerationIncludingGravity

The accelerationIncludingGravity property returns the amount of acceleration recorded by the device, in meters per second squared (m/s2). Unlike DeviceMotionEvent.acceleration which compensates for the influence of gravity, its value is the sum of the acceleration of the device as induced by the user and the acceleration caused by gravity.
API Device Orientation Firefox OS Mobile Motion NeedsExample Orientation Property

DeviceMotionEvent.interval

Returns the interval, in milliseconds, at which data is obtained from the underlaying hardware. You can use this to determine the granularity of motion events.
API Device Orientation Firefox OS Mobile Motion NeedsExample Orientation Property

DeviceOrientationEvent.absolute

Indicates whether or not the device is providing orientation data absolutely (that is, in reference to the Earth's coordinate frame) or using some arbitrary frame determined by the device. See Orientation and motion data explained for details.
API Device Orientation API DeviceOrientationEvent NeedsExample NeedsMarkupWork Property Reference

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

DeviceOrientationEvent.beta

Returns the rotation of the device around the X axis; that is, the number of degrees, ranged between -180 and 180,  by which the device is tipped forward or backward. See Orientation and motion data explained for details.
API Device Orientation API DeviceOrientationEvent NeedsBetterSpecLink NeedsExample NeedsMarkupWork Property Reference

Document.adoptNode()

Adopts a node from an external document. The node and its subtree is removed from the document it's in (if any), and its ownerDocument is changed to the current document. The node can then be inserted into the current document.
API DOM DOM Reference Method NeedsExample NeedsUpdate 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.scripts

Returns a list of the <script> elements in the document. The returned object is an HTMLCollection.
API Document HTML DOM NeedsExample NeedsMarkupWork Property Reference Référence

Event.originalTarget

The original target of the event before any retargetings. (Mozilla-specific)
API DOM Gecko NeedsExample NeedsHelp Non-standard Property

Geolocation.clearWatch()

The Geolocation.clearWatch() method is used to unregister location/error monitoring handlers previously installed using Geolocation.watchPosition().
API Geolocation Geolocation API Method NeedsExample Reference Référence

Geolocation.getCurrentPosition()

The Geolocation.getCurrentPosition() method is used to get the current position of the device.
API Geolocation Geolocation API Method NeedsExample Reference Référence

Geolocation.watchPosition()

The Geolocation.watchPosition() method is used to register a handler function that will be called automatically each time the position of the device changes. You can also, optionally, specify an error handling callback function.
API Geolocation Geolocation API Method NeedsExample Reference Référence

HTMLElement.blur()

The HTMLElement.blur() method removes keyboard focus from the current element.
API HTML DOM HTMLElement Method NeedsCompatTable NeedsExample 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

Option()

Constructor for creating an HTMLOptionElement. The Option constructor is from the very early days of DOM scripting and has non–standard syntax, but has ubiquitous support in browsers.
API Constructor HTML DOM HTMLOptionElement NeedsBrowserCompatibility NeedsContent NeedsExample NeedsMarkupWork NeedsSpecTable

HTMLOptionsCollection

HTMLOptionsCollection is an interface representing a collection of HTML option elements (in document order) and offers methods and properties for traversing the list as well as optionally altering its items. This type is returned solely by the "options" property of select.
API HTML DOM Interface NeedsBrowserCompatibility NeedsExample NeedsMarkupWork NeedsSpecTable Reference Référence