Results 141 - 160 of 1,081

CanvasRenderingContext2D.direction

The CanvasRenderingContext2D.direction property of the Canvas 2D API specifies the current text direction used when drawing text.
API Canvas CanvasRenderingContext2D Experimental Property Reference

CanvasRenderingContext2D.ellipse()

The CanvasRenderingContext2D.ellipse() method of the Canvas 2D API adds an ellipse to the path which is centered at (x, y) position with the radii radiusX and radiusY starting at startAngle and ending at endAngle going in the given direction by anticlockwise (defaulting to clockwise).
API Canvas CanvasRenderingContext2D Experimental Method

CanvasRenderingContext2D.filter

The CanvasRenderingContext2D.filter property of the Canvas 2D API provides filter effects like blurring or gray-scaling. It is similar to the CSS filter property and accepts the same functions.
API Canvas CanvasRenderingContext2D Experimental Property

CanvasRenderingContext2D.scrollPathIntoView()

The CanvasRenderingContext2D.scrollPathIntoView() method of the Canvas 2D API scrolls the current or given path into the view. It is similar to Element.scrollIntoView().
API Canvas CanvasRenderingContext2D Experimental Method Reference

ChildNode.after()

The ChildNode.after() method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode. DOMString objects are inserted as equivalent Text nodes.
API DOM Experimental Method Node Reference

ChildNode.before()

The ChildNode.before method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode. DOMString objects are inserted as equivalent Text nodes.
API DOM Experimental Method Node Reference

ChildNode.replaceWith()

The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects. DOMString objects are inserted as equivalent Text nodes.
API DOM Experimental Method Node Reference

CSS Font Loading API

The CSS Font Loading API provides events and interfaces for dynamically loading font resources.
API CSSFontLoading Experimental Fonts NeedsContent Reference Référence

CSSKeyframeRule

The CSSKeyframeRule interface describes an object representing a set of style for a given keyframe. It corresponds to the contains of a single keyframe of a @keyframes at-rule. It implements the CSSRule interface with a type value of 8 (CSSRule.KEYFRAME_RULE).
API CSS Animations CSSOM Experimental Interface Reference

CSSKeyframesRule

The CSSKeyframesRule interface describes an object representing a complete set of keyframes for a CSS animation. It corresponds to the contains of a whole @keyframes at-rule. It implements the CSSRule interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).
API CSS Animations CSSOM Experimental Interface Reference

Document.onselectionchange

The Document.onselectionchange property represents the event handler that is called when a selectionchange event reaches this object.
API Document Event Handler Experimental Property Reference

Document.scrollingElement

The scrollingElement read-only property of the Document interface returns a reference to the Element that scrolls the document.
API Document Experimental Property Reference scrollingElement