CSSStyleValue: parseAll() static method
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
TheparseAll()
static method of theCSSStyleValue
interface sets all occurrences of a specific CSS property to the specified value andreturns an array ofCSSStyleValue
objects, each containing one of thesupplied values.
In this article
Syntax
js
CSSStyleValue.parseAll(property, value)
Parameters
Return value
An array ofCSSStyleValue
objects, each containing one of the suppliedvalues.
Specifications
Specification |
---|
CSS Typed OM Level 1> # dom-cssstylevalue-parseall> |
Browser compatibility
Loading…