Liking cljdoc? Tell your friends :D

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

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

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

css.CSSNamespaceRule

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

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

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

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

css.CSSPrimitiveValue

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

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

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 web.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 `web.Element.pseudo()`.
raw docstring

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

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

css.CSSStyleRule

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

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

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

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

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

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

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

css.CSSValueList

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

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

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 web.var() function. The custom name begin 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 `web.var()` function. The custom name
begin with two dashes.
raw docstring

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

× close