Results 121 - 140 of 4,668

NodeFilter

A NodeFilter interface represents an object used to filter the nodes in a NodeIterator or TreeWalker. They don't know anything about the DOM or how to traverse nodes; they just know how to evaluate a single node against the provided filter.
API DOM DOM Reference

Notation

Represents a DTD notation (read-only). May declare format of an unparsed entity or formally declare the document's processing instruction targets. Inherits methods and properties from Node. Its nodeName is the notation name. Has no parent.
API Obsolete Reference Référence

Notification

The Notification interface of the Notifications API is used to configure and display desktop notifications to the user.
API Interface Notifications Reference

PointerEvent()

The PointerEvent() constructor creates a new synthetic and untrusted PointerEvent.
API Constructor PointerEvent Reference

StyleSheet.disabled

The StyleSheet.disabled property indicates whether the style sheet is prevented from applying to the document. A style sheet may be disabled by manually setting this property to true or if it's an inactive alternative style sheet. Note that disabled == false does not guarantee the style sheet is applied (it could be removed from the document, for instance).
CSS CSSOM Property Reference

SVGAnimatedLength

The SVGAnimatedLength interface is used for attributes of basic type <length> which can be animated.
API Reference Référence SVG

SVGEvent

This section contains the Scalable Vector Graphics (SVG) event reference documentation.
API Reference Référence SVG

SVGTextElement

The SVGTextElement interface corresponds to the <text> elements.
API Reference Référence SVG

Touch

The Touch interface represents a single contact point on a touch-sensitive device. The contact point is commonly a finger or stylus and the device may be a touchscreen or trackpad.
API Interface Reference TouchEvent

ValidityState.tooLong

The read-only property ValidityState.tooLong indicates if the value of an <input> or <textarea>, after having been edited by the user, exceeds the maximum code-unit length established by the element's maxlength attribute.
API DOM Property Reference

Functions and classes available to Web Workers

In addition to the standard JavaScript set of functions (such as String, Array, Object, JSON etc), there are a variety of functions available from the DOM to workers. This article provides a list of those.
Reference Référence Web

WebGL constants

The WebGL API provides several constants that are passed into or returned by functions. All constants are of type GLenum.
API constants Reference WebGL

WebGL types

The following types are used in WebGL interfaces.
Reference Types WebGL

WEBGL_draw_buffers.drawBuffersWEBGL()

The WEBGL_draw_buffers.drawBuffersWEBGL() method is part of the WebGL API and allows you to define the draw buffers to which all fragment colors are written.
API Method Reference WebGL

WebGLActiveInfo

The WebGLActiveInfo interface is part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getActiveAttrib() and WebGLRenderingContext.getActiveUniform() methods.
API Reference WebGL

WebGLActiveInfo.name

The read-only WebGLActiveInfo.name property represents the name of the requested data returned by calling the getActiveAttrib() or getActiveUniform() methods.
API Property Reference WebGL

WebGLActiveInfo.size

The read-only WebGLActiveInfo.size property is a Number representing the size of the requested data returned by calling the getActiveAttrib() or getActiveUniform() methods.
API Property Reference WebGL