CSSStyleValue

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The CSSStyleValue interface of the CSS 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.

Interfaces based on CSSStyleValue

Below is a list of interfaces based on the CSSStyleValue interface.

Static methods

CSSStyleValue.parse()

Sets a specific CSS property to the specified values and returns the first value as a CSSStyleValue object.

CSSStyleValue.parseAll()

Sets all occurrences of a specific CSS property to the specified value and returns an array of CSSStyleValue objects, each containing one of the supplied values.

Specifications

Specification
CSS Typed OM Level 1
# stylevalue-objects

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
CSSStyleValue
parseAll() static method
parse() static method
toString

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support
See implementation notes.