Results 81 - 100 of 209

HTMLMediaElement.initialTime

The HTMLMediaElement.initialTime is the initial playback position in seconds. 
API HTML DOM HTMLMediaElement Property Read-only Web

HTMLMediaElement.readyState

The HTMLMediaElement.readyState property indicates the readiness state of the media.
API HTML DOM HTMLMediaElement Property Read-only Web

HTMLSelectElement.type

The HTMLSelectElement.type read-only property returns the form control's type. The possible values are:
API HTML DOM HTMLSelectElement Property Read-only Reference Référence

HTMLStyleElement.type

The HTMLStyleElement.type read-only property returns the type of the current style.
API HTML DOM HTMLStyleElement NeedsCompatTable NeedsMarkupWork NeedsSpecTable Property Read-only

HTMLTableElement.tBodies

The HTMLTableElement.tBodies read-only property returns a live HTMLCollection of the table bodies.
API HTML DOM HTMLTableElement NeedsSpecTable Property Read-only Reference Référence

KeyboardEvent.altKey

The KeyboardEvent.altKey read-only property is a Boolean indicates if the alt key (Option or on OS X) was pressed (true) or not (false) when the event occured.
API DOM KeyboardEvent Property Read-only Reference Référence

KeyboardEvent.code

The KeyboardEvent.code property represents a physical key on the keyboard (as opposed to the character generated by pressing the key). In other words, this property returns a value which isn't altered by keyboard layout or the state of the modifier keys.
API Code DOM Events KeyboardEvent Property Read-only Reference

KeyboardEvent.ctrlKey

The KeyboardEvent.ctrlKey read-only property returns a Boolean that indicates if the control key was pressed (true) or not (false) when the event occured.
API DOM KeyboardEvent Property Read-only Reference Référence

KeyboardEvent.isComposing

The KeyboardEvent.isComposing read-only property returns a Boolean value indicating if the event is fired after compositionstart and before compositionend.
API DOM KeyboardEvent Property Read-only Reference Référence

KeyboardEvent.location

The KeyboardEvent.location read-only property returns an unsigned long representing the location of the key on the keyboard or other input device
API DOM KeyboardEvent Property Read-only Reference Référence

KeyboardEvent.metaKey

The KeyboardEvent.metaKey read-only property returning a Boolean that indicates if the Meta key was pressed (true) or not (false) when the event occurred.  Some operating systems may intercept the key so it is never detected.
API DOM MouseEvent NeedsBrowserCompatibility Property Read-only Reference Référence

KeyboardEvent.shiftKey

The KeyboardEvent.shiftKey read-only property indicates if the shift key was pressed (true) or not (false) when the event occurred.
API DOM KeyboardEvent Property Read-only Reference Référence

MediaStreamTrack.enabled

The MediaStreamTrack.enabled property returns a Boolean with a value of true if the track is enabled, that is allowed to render the media source stream; or false if it is disabled, that is not rendering the media source stream but silence and blackness. If the track has been disconnected, this value can be changed but has no effect.
enabled Media MediaStreamTrack Property Read-only Reference WebRTC

MediaStreamTrack.readyState

The read-only property MediaStreamTrack.readyState returns an enumerated value giving the status of the track.
API Media Stream API MediaStreamTrack Property Read-only readyState Reference

MouseEvent.altKey

The MouseEvent.altKey read-only property is a Boolean indicates if the alt key was pressed (true) or not (false) when the event occurred.
API DOM DOM Events MouseEvent Property Read-only Reference Référence

MouseEvent.button

The MouseEvent.button read-only property indicates which button was pressed on the mouse to trigger the event.
API DOM DOM Events MouseEvent Property Read-only Reference Référence