Liking cljdoc? Tell your friends :D

web.cssdom.CaretPosition

The CaretPosition interface represents the caret position, an for the text insertion point. You can get a CaretPosition using document.caretPositionFromPoint method.

The CaretPosition interface represents the caret position, an
for the text insertion point. You can get a CaretPosition using
`document.caretPositionFromPoint` method.
raw docstring

web.cssdom.core

web.cssdom interfaces.

web.cssdom interfaces.
raw docstring

No vars found in this namespace.

web.cssdom.CSS

The CSS interface holds useful CSS-related methods. No object this interface are implemented: it contains only static methods therefore is a utilitarian interface.

The CSS interface holds useful CSS-related methods. No object
this interface are implemented: it contains only static methods
therefore is a utilitarian interface.
raw docstring

web.cssdom.CSSConditionRule

An object implementing the CSSConditionRule interface represents single condition CSS at-rule, which consists of a condition and statement block. It is a child of web.cssdom.CSSGroupingRule.

An object implementing the CSSConditionRule interface represents
single condition CSS at-rule, which consists of a condition and
statement block. It is a child of `web.cssdom.CSSGroupingRule`.
raw docstring

web.cssdom.CSSKeyframeRule

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

The CSSKeyframeRule interface describes an object representing
set of style for a given keyframe. It corresponds to the contains
a single keyframe of a `@keyframes` at-rule. It implements the
interface with a type value of 8 (CSSRule.KEYFRAME_RULE).
raw docstring

web.cssdom.CSSKeyframesRule

The CSSKeyframesRule interface describes an object representing complete set of keyframes for a CSS animation. It corresponds the contents of a whole @keyframes at-rule. It implements the interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).

The CSSKeyframesRule interface describes an object representing
complete set of keyframes for a CSS animation. It corresponds
the contents of a whole `@keyframes` at-rule. It implements the
interface with a type value of 7 (CSSRule.KEYFRAMES_RULE).
raw docstring

web.cssdom.CSSMediaRule

The CSSMediaRule interface represents a single CSS @media rule. implements the web.cssdom.CSSConditionRule interface, and therefore web.cssdom.CSSGroupingRule and the web.cssdom.CSSRule interface a type value of 4 (CSSRule.MEDIA_RULE).

The CSSMediaRule interface represents a single CSS `@media` rule.
implements the `web.cssdom.CSSConditionRule` interface, and therefore
`web.cssdom.CSSGroupingRule` and the `web.cssdom.CSSRule` interface
a type value of 4 (CSSRule.MEDIA_RULE).
raw docstring

web.cssdom.CSSNamespaceRule

The CSSNamespaceRule interface describes an object representing single CSS @namespace at-rule. It implements the web.cssdom.CSSRule with a type value of 10 (CSSRule.NAMESPACE_RULE).

The CSSNamespaceRule interface describes an object representing
single CSS `@namespace` at-rule. It implements the `web.cssdom.CSSRule`
with a type value of 10 (CSSRule.NAMESPACE_RULE).
raw docstring

web.cssdom.CSSPageRule

CSSPageRule is an interface representing a single CSS @page It implements the web.cssdom.CSSRule interface with a type of 6 (CSSRule.PAGE_RULE).

CSSPageRule is an interface representing a single CSS `@page`
It implements the `web.cssdom.CSSRule` interface with a type
of 6 (CSSRule.PAGE_RULE).
raw docstring

web.cssdom.CSSRule

The CSSRule interface represents a single CSS rule. There are types of rules, listed in the Type constants section below.

The CSSRule interface represents a single CSS rule. There are
types of rules, listed in the Type constants section below.
raw docstring

web.cssdom.CSSStyleDeclaration

The CSSStyleDeclaration interface represents an object that is CSS declaration block, and exposes style information and various methods and properties.

The CSSStyleDeclaration interface represents an object that is
CSS declaration block, and exposes style information and various
methods and properties.
raw docstring

web.cssdom.CSSStyleRule

CSSStyleRule represents a single CSS style rule. It implements web.cssdom.CSSRule interface with a type value of 1 (CSSRule.STYLE_RULE).

CSSStyleRule represents a single CSS style rule. It implements
`web.cssdom.CSSRule` interface with a type value of 1 (CSSRule.STYLE_RULE).
raw docstring

web.cssdom.CSSStyleSheet

The CSSStyleSheet interface represents a single CSS stylesheet, lets you inspect and modify the list of rules contained in the

The CSSStyleSheet interface represents a single CSS stylesheet,
lets you inspect and modify the list of rules contained in the
raw docstring

web.cssdom.GeometryUtils

The GeometryUtils interface provides different utility function retrieve geometry information about DOM nodes.

The GeometryUtils interface provides different utility function
retrieve geometry information about DOM nodes.
raw docstring

web.cssdom.LinkStyle

The LinkStyle interface provides access to the associated CSS sheet of a node.

The LinkStyle interface provides access to the associated CSS
sheet of a node.
raw docstring

web.cssdom.MediaQueryList

A MediaQueryList object stores information on a media query applied a document, with support for both immediate and event-driven against the state of the document.

A MediaQueryList object stores information on a media query applied
a document, with support for both immediate and event-driven
against the state of the document.
raw docstring

web.cssdom.MediaQueryList.ev

MediaQueryList Events.

MediaQueryList Events.
raw docstring

web.cssdom.Screen

The Screen interface represents a screen, usually the one on the current window is being rendered, and is obtained using window.screen.

The Screen interface represents a screen, usually the one on
the current window is being rendered, and is obtained using `window.screen`.
raw docstring

web.cssdom.ScrollToOptions

The ScrollToOptions dictionary of the CSSOM View spec contains specifying where an element should be scrolled to, and whether scrolling should be smooth.

The ScrollToOptions dictionary of the CSSOM View spec contains
specifying where an element should be scrolled to, and whether
scrolling should be smooth.
raw docstring

web.cssdom.StyleSheet

An object implementing the StyleSheet interface represents a style sheet. CSS style sheets will further implement the more web.cssdom.CSSStyleSheet interface.

An object implementing the StyleSheet interface represents a
style sheet. CSS style sheets will further implement the more
`web.cssdom.CSSStyleSheet` interface.
raw docstring

web.cssdom.TransitionEvent

The TransitionEvent interface represents events providing information to transitions.

The TransitionEvent interface represents events providing information
to transitions.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close