Provides interfaces for DOM Level 2 Style Specification.
-
interface
The CSSPrimitiveValue
interface represents a single CSS value
.
interface
The CSSValueList
interface provides the abstraction of an
ordered collection of CSS values.
Used to retrieve the object representation of the value of a CSS
property if it has been explicitly set within this declaration block.
CSSValueList.item(int index)
Used to retrieve a CSSValue
by ordinal index.