Results 21 - 40 of 4,668

DOMString

DOMString is a UTF-16 String. As JavaScript already uses such strings, DOMString is mapped directly to a String.
API DOM DOM Reference Reference Référence String

Event.cancelable

Indicates whether the event is cancelable or not.
API DOM DOM Reference Property Reference Référence

HTMLCollection

The HTMLCollection interface represents a generic collection (array-like object similar to arguments) of elements (in document order) and offers methods and properties for selecting from the list.
API DOM DOM Reference Reference Référence

MutationRecord

A MutationRecord represents an individual DOM mutation. It is the object that is passed to MutationObserver's callback.
Advanced API DOM DOM Reference NeedsContent Reference

NavigatorOnLine.onLine

Returns the online status of the browser. The property returns a boolean value, with true meaning online and false meaning offline. The property sends updates whenever the browser's ability to connect to the network changes. The update occurs when the user follows links or when a script requests a remote page. For example, the property should return false when users click links soon after they lose internet connection.
API DOM Reference NavigatorOnLine Online Property Reference

Node

A Node is an interface from which a number of DOM types inherit, and allows these various types to be treated (or tested) similarly.
API DOM DOM Reference Interface Node Reference

XSLTProcessor

An XSLTProcessor applies an XSLT stylesheet transformation to an XML document to produce a new XML document as output. It has methods to load the XSLT stylesheet, to manipulate <xsl:param> parameter values, and to apply the transformation to documents.
API DOM DOM Reference Reference XSLT

@document

The @document CSS at-rule restricts the style rules contained within it based on the URL of the document. It is designed primarily for user style sheets. A @document rule can specify one or more matching functions. If any of the functions apply to a URL, the rule will take effect on that URL.
At-rule CSS Reference

@import

The @import CSS at-rule is used to import style rules from other style sheets. These rules must precede all other types of rules, except @charset rules; as it is not a nested statement, @import cannot be used inside conditional group at-rules.
At-rule CSS Reference

@media

The @media CSS at-rule associates a set of nested statements, in a CSS block that is delimited by curly braces, with a condition defined by a media query. The @media at-rule may be used not only at the top level of a CSS, but also inside any CSS conditional-group at-rule.
At-rule CSS Reference

any-hover

any-hover is a CSS media feature that can be used to check whether any available input mechanism allows the user to hover over elements.
CSS NeedsExample Reference Référence

any-pointer

any-pointer is a CSS media feature that can be used to check whether any available input mechanism is a pointing device, and if so, how accurate it is.
CSS NeedsExample Reference Référence

device-height

device-height is a deprecated CSS media feature whose value is the height of the rendering surface of the output device, as a CSS <length>.
CSS NeedsBrowserCompatibility Reference Référence

inverted-colors

inverted-colors is a CSS media feature that can be used to check whether the user agent or underlying OS is inverting colors.
CSS NeedsBrowserCompatibility NeedsExample Reference

light-level

light-level is a CSS media feature that can be used to check the current ambient light level.
CSS NeedsBrowserCompatibility NeedsExample Reference

overflow-inline

overflow-inline is a CSS media feature which can be used to indicate whether content that overflows the viewport along the inline axis can be scrolled.
CSS NeedsBrowserCompatibility NeedsExample Reference