Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.26 KB

index.md

File metadata and controls

36 lines (25 loc) · 1.26 KB
title slug page-type browser-compat
CSSStyleValue
Web/API/CSSStyleValue
web-api-interface
api.CSSStyleValue

{{APIRef("CSS Typed Object Model API")}}

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.

  • {{domxref('CSSImageValue')}}
  • {{domxref('CSSKeywordValue')}}
  • {{domxref('CSSNumericValue')}}
  • {{domxref('CSSPositionValue')}}
  • {{domxref('CSSTransformValue')}}
  • {{domxref('CSSUnparsedValue')}}

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

{{Specifications}}

Browser compatibility

{{Compat}}