Liking cljdoc? Tell your friends :D

web.css.core

web.css interfaces.

web.css interfaces.
raw docstring

No vars found in this namespace.

web.css.CSSCounterStyleRule

The CSSCounterStyleRule interface represents an @counter-style

The CSSCounterStyleRule interface represents an `@counter-style`
raw docstring

web.css.CSSKeywordValue

The CSSKeywordValue interface of the the CSS Typed Object Model creates an object to represent CSS keywords and other identifiers.

The CSSKeywordValue interface of the the CSS Typed Object Model
creates an object to represent CSS keywords and other identifiers.
raw docstring

web.css.CSSMathSum

The CSSMathSum interface of the CSS Typed Object Model API represents result obtained by calling add(), sub(), or toSum() on

The CSSMathSum interface of the CSS Typed Object Model API represents
result obtained by calling `add()`, `sub()`, or `toSum()` on
raw docstring

web.css.CSSMathValue

The CSSMathValue interface of the CSS Typed Object Model API base class for classes representing complex numeric values.

The CSSMathValue interface of the CSS Typed Object Model API
base class for classes representing complex numeric values.
raw docstring

web.css.CSSNumericValue

The CSSNumericValue interface of the CSS Typed Object Model API operations that all numeric values can perform.

The CSSNumericValue interface of the CSS Typed Object Model API
operations that all numeric values can perform.
raw docstring

web.css.CSSPositionValue

The CSSPositionValue interface of the the CSS Typed Object Model represents values for properties that take a position, for example

The CSSPositionValue interface of the the CSS Typed Object Model
represents values for properties that take a position, for example
raw docstring

web.css.CSSPrimitiveValue

The CSSPrimitiveValue interface derives from the web.css.CSSValue and represents the current computed value of a CSS property.

The CSSPrimitiveValue interface derives from the `web.css.CSSValue`
and represents the current computed value of a CSS property.
raw docstring

web.css.CSSPseudoElement

The CSSPseudoElement interface represents a pseudo-element that be the target of an event or animated using the Web Animations Instances of this interface may be obtained by calling Element.pseudo().

The CSSPseudoElement interface represents a pseudo-element that
be the target of an event or animated using the Web Animations
Instances of this interface may be obtained by calling `Element.pseudo()`.
raw docstring

web.css.CSSStyleValue

The CSSStyleValue interface of the the CSS Typed Object Model is the base class of all CSS values accessible through the Typed API. An instance of this class may be used anywhere a string expected.

The CSSStyleValue interface of the the CSS Typed Object Model
is the base class of all CSS values accessible through the Typed
API. An instance of this class may be used anywhere a string
expected.
raw docstring

web.css.CSSUnitValue

The CSSUnitValue interface of the CSS Typed Object Model API values that contain a single unit type. For example, "42px" be represented by a CSSNumericValue.

The CSSUnitValue interface of the CSS Typed Object Model API
values that contain a single unit type. For example, \"42px\"
be represented by a CSSNumericValue.
raw docstring

web.css.CSSUnparsedValue

The CSSUnparsedValue interface of the CSS Typed Object Model represents property values that reference custom properties. consists of a list of string fragments and variable references.

The CSSUnparsedValue interface of the CSS Typed Object Model
represents property values that reference custom properties.
consists of a list of string fragments and variable references.
raw docstring

web.css.CSSValue

The CSSValue interface represents the current computed value a CSS property.

The CSSValue interface represents the current computed value
a CSS property.
raw docstring

web.css.CSSValueList

The CSSValueList interface derives from the web.css.CSSValue and provides the abstraction of an ordered collection of CSS

The CSSValueList interface derives from the `web.css.CSSValue`
and provides the abstraction of an ordered collection of CSS
raw docstring

web.css.CSSVariableReferenceValue

The CSSVariableReferenceValue interface of the CSS Typed Object API allows you to create a custom name for a built-in CSS value. object functionality is sometimes called a "CSS variable" and the same purpose as the var() function. The custom name must with two dashes.

The CSSVariableReferenceValue interface of the CSS Typed Object
API allows you to create a custom name for a built-in CSS value.
object functionality is sometimes called a \"CSS variable\" and
the same purpose as the `var()` function. The custom name must
with two dashes.
raw docstring

web.css.PaintWorklet

The PaintWorklet interface of the CSS Painting API programmatically an image where a CSS property expects a file. Access this interface CSS.paintWorklet.

The PaintWorklet interface of the CSS Painting API programmatically
an image where a CSS property expects a file. Access this interface
`CSS.paintWorklet`.
raw docstring

web.css.Point

Point is an interface, which existed only briefly in the CSS Level 1 specification, which represents a point in 2-dimensional It is non-standard, not broadly compatible, and should not be

Point is an interface, which existed only briefly in the CSS
Level 1 specification, which represents a point in 2-dimensional
It is non-standard, not broadly compatible, and should not be
raw docstring

web.css.StylePropertyMap

The StylePropertyMap interface of the the CSS Typed Object Model provides a representation of a CSS declaration block that is alternative to web.cssdom.CSSStyleDeclaration.

The StylePropertyMap interface of the the CSS Typed Object Model
provides a representation of a CSS declaration block that is
alternative to `web.cssdom.CSSStyleDeclaration`.
raw docstring

web.css.StylePropertyMapReadOnly

The StylePropertyMapReadOnly interface of the the CSS Typed Object API provides a read-only representation of a CSS declaration that is an alternative to web.cssdom.CSSStyleDeclaration. Retrieve instance of this interface using Element.computedStyleMap().

The StylePropertyMapReadOnly interface of the the CSS Typed Object
API provides a read-only representation of a CSS declaration
that is an alternative to `web.cssdom.CSSStyleDeclaration`. Retrieve
instance of this interface using `Element.computedStyleMap()`.
raw docstring

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.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