CSSStyleValue: parseAll() 静的メソッド

Limited availability

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

parseAll()CSSStyleValue インターフェイスのメソッドで、特定の CSS プロパティが出現したものすべてに指定された値に設定し、それぞれが指定された値のいずれかを含む CSSStyleValue オブジェクトの配列を返します。

構文

js
CSSStyleValue.parseAll(property, value)

引数

property

設定する CSS プロパティです。

value

指定されたプロパティに適用される 1 つ以上の値を格納したカンマ区切りの文字列。

返値

CSSStyleValue オブジェクトの配列で、それぞれが与えられた値の 1 つを格納したものです。

仕様書

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

ブラウザーの互換性

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
parseAll() static method

Legend

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

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

関連情報