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)
引数
返値
CSSStyleValue
オブジェクトの配列で、それぞれが与えられた値の 1 つを格納したものです。
仕様書
Specification |
---|
CSS Typed OM Level 1 # dom-cssstylevalue-parseall |
ブラウザーの互換性
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
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.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.