CSSStyleValue
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
TheCSSStyleValue interface of theCSS Typed Object Model API is the base class of all CSS values accessible through the Typed OM API. An instance of this class may be used anywhere a string is expected.
In this article
Interfaces based on CSSStyleValue
Below is a list of interfaces based on theCSSStyleValue interface.
Static methods
CSSStyleValue.parse()Sets a specific CSS property to the specified values and returns the first value as a
CSSStyleValueobject.CSSStyleValue.parseAll()Sets all occurrences of a specific CSS property to the specified value and returns an array of
CSSStyleValueobjects, each containing one of the supplied values.
Specifications
| Specification |
|---|
| CSS Typed OM Level 1> # stylevalue-objects> |