Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. CSSStyleValue
  4. parseAll()

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 theCSSStyleValueinterface sets all occurrences of a specific CSS property to the specified value andreturns an array ofCSSStyleValue objects, each containing one of thesupplied values.

Syntax

js
CSSStyleValue.parseAll(property, value)

Parameters

property

A CSS property to set.

value

A comma-separated string containing one or more values that apply to the providedproperty.

Return value

An array ofCSSStyleValue objects, each containing one of the suppliedvalues.

Specifications

Specification
CSS Typed OM Level 1
# dom-cssstylevalue-parseall

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp