Results 1 - 20 of 4,668

user-select

Controls the actual Selection operation. This doesn't have any effect on content loaded as chrome, except in textboxes. A similar property user-focus was proposed in early drafts of a predecessor of css3-ui but was rejected by the working group.
CSS CSS Reference Reference

CSS Grid Layout

CSS Grid layout contains design features targeted at web application developers. The CSS grid can be used to achieve many different layouts. It excels at dividing a page into major regions, or defining the relationship in terms of size, position, and layer, between parts of a control built from HTML primitives.
CSS Reference

Point

Point represents a 2D point.
API Reference

XMLHttpRequest.responseText

The XMLHttpRequest.responseText property returns a DOMString that contains the response to the request as text, or null if the request was unsuccessful or has not yet been sent. The responseText property will have the partial response as it arrives even before the request is complete. If responseType is set to anything other than the empty string or "text", accessing responseText will throw InvalidStateError exception.
Reference XMLHttpRequest

-moz-image-region

For a system that works on any background, see -moz-image-rect.
CSS CSS Reference Non-standard Reference

overflow-clip-box

The overflow-clip-box CSS property specifies relative to which box the clipping happens when there is an overflow.
CSS CSS Property CSS Reference Reference Web

ruby-align

The ruby-align CSS property defines the distribution of the different ruby elements over the base.
CSS CSS Reference CSS Ruby Property Reference

DeviceRotationRate.alpha

This property indicates the rate of rotation around the Z axis -- in degrees per second -- in a DeviceRotationRate object.
API DOM DOM Reference Property Reference

DeviceRotationRate.beta

This property indicates the rate of rotation around the X axis -- in degrees per second -- in a DeviceRotationRate object.
API DOM DOM Reference Property Reference

DeviceRotationRate.gamma

This property indicates the rate of rotation around the Y axis -- in degrees per second -- in a DeviceRotationRate object.
API DOM DOM Reference Property Reference

Document.createNSResolver()

Creates an XPathNSResolver which resolves namespaces with respect to the definitions in scope for a specified node.
API DOM DOM Reference Method Reference Référence

Document Object Model (DOM)

The Document Object Model (DOM) is a programming interface for HTML, XML and SVG documents. It provides a structured representation of the document as a tree. The DOM defines methods that allow access to the tree, so that they can change the document structure, style and content. The DOM provides a representation of the document as a structured group of nodes and objects, possessing various properties and methods. Nodes can also have event handlers attached to them, and once an event is triggered, the event handlers get executed. Essentially, it connects web pages to scripts or programming languages.
API DOM DOM Reference Intermediate Reference