Results 221 - 240 of 2,240

Document.tooltipNode

Returns the node which is the target of the current tooltip.
API DOM Property Reference Référence

DOMCursor.done

The done property indicate if the DOMCursor has reached the last result.
API DOM NeedsBrowserCompatibility Property Reference

Event.currentTarget

Identifies the current target for the event, as the event traverses the DOM. It always refers to the element the event handler has been attached to as opposed to event.target which identifies the element on which the event occurred.
API DOM Gecko NeedsBrowserCompatibility Property

Event.eventPhase

Indicates which phase of the event flow is currently being evaluated.
API DOM Gecko Property Reference

GlobalEventHandlers.onclose

An event handler for close events sent to the window. (Not available with Firefox 2 or Safari)
API HTML DOM Property Reference

GlobalEventHandlers.ondblclick

The ondblclick property returns the onDblClick event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onerror

An event handler for the error event. Error events are fired at various targets for different kinds of errors:
API HTML DOM Property Reference

GlobalEventHandlers.onfocus

The onfocus property returns the onFocus event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.oninput

An event handler for the input event on the window. The input event is raised when an <input> element value changes. 
API HTML DOM Property Reference

GlobalEventHandlers.onkeydown

The onkeydown property returns the onKeyDown event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onkeyup

The onkeyup property returns the onKeyUp event handler code for the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onload

An event handler for the load event of a window.
API HTML DOM Property Reference

GlobalEventHandlers.onmousemove

The onmousemove property returns the mousemove event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onmouseover

The onmouseover property returns the onMouseOver event handler code on the current element.
API HTML DOM Property Reference

GlobalEventHandlers.onscroll

An event handler for scroll events on element.
API HTML DOM Property Reference

GlobalEventHandlers.onsubmit

An event handler for the submit event on the window.
API HTML DOM Property Reference

HTMLMediaElement.audioTracks

The HTMLMediaElement.audioTracks property is an AudioTrackList that represents the list of AudioTrack objects contained in the element.
API HTML DOM Property Web

HTMLMediaElement.playbackRate

The HTMLMediaElement.playbackRate property sets the rate at which the media is being played back. This is used to implement user controls for fast forward, slow motion, and so forth. The normal playback rate is multiplied by this value to obtain the current rate, so a value of 1.0 indicates normal speed.
API HTML DOM HTMLMediaElement Property