Results 21 - 40 of 2,240

resize

The resize CSS property lets you control the resizability of an element.
CSS CSS Property Reference

text-decoration-skip

The text-decoration-skip property specifies how text decorations should be applied to types of elements and characters.
CSS Property Reference

vertical-align

The vertical-align CSS property specifies the vertical alignment of an inline or table-cell box.
CSS CSS Property Reference

Document.currentScript

Returns the <script> element whose script is currently being processed.
API DOM Property Reference

Document.popupNode

When a popup attached via the popup or context attributes is opened, the XUL document's popupNode property is set to the node that was clicked on. This will be the target of the mouse event that activated the popup. If the popup was opened via the keyboard, the popup node may be set to null. Typically, this property will be checked during a popupshowing event handler for a context menu to initialize the menu based on the context.
API DOM Property Reference

DOMRequest.result

This property provides the result value from a DOMRequest operation.
API DOM Property Reference

DOMRequest.error

This property can contain error information in a DOMError object.
API DOM Property Reference

DOMRequest.onerror

This property specifies a callback function to be run when a DOMRequest fails.
API DOM Property Reference

DOMRequest.onsuccess

This property specifies a callback function to be run when a DOMRequest completes successfully.
API DOM Property Reference

DOMRequest.readyState

This property is a string that indicates whether or not a DOMRequest operation has finished running.
API DOM Property Reference

DOMRequest.result

This property provides the result value from a DOMRequest operation.
API DOM Property Reference

Element.accessKey

The Element.accessKey property sets the keystroke by which a user can press to jump to this element.
API NeedsContent Property

Event.defaultPrevented

Returns a boolean indicating whether or not event.preventDefault() was called on the event.
API DOM Event Property

GlobalEventHandlers.onreset

The GlobalEventHandlers.onreset property contains an EventHandler triggered when a reset event is received.
API DOM Property

GlobalEventHandlers.onresize

The GlobalEventHandlers.onresize property contains an EventHandler triggered when a resize event is received.
API DOM Property

HTMLCanvasElement.height

The HTMLCanvasElement.height property is a positive integer reflecting the height HTML attribute of the <canvas> element interpreted in CSS pixels. When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 150 is used.
API Canvas HTMLCanvasElement Property

HTMLCanvasElement.mozOpaque

The HTMLCanvasElement.mozOpaque property is a Boolean reflecting the moz-opaque HTML attribute of the <canvas> element. It lets the canvas know whether or not translucency will be a factor. If the canvas knows there's no translucency, painting performance can be optimized.
API Canvas HTMLCanvasElement Property

HTMLCanvasElement.width

The HTMLCanvasElement.width property is a positive integer reflecting the width HTML attribute of the <canvas> element interpreted in CSS pixels. When the attribute is not specified, or if it is set to an invalid value, like a negative, the default value of 300 is used.
API Canvas HTMLCanvasElement Property