CSSVariableReferenceValue

Limited availability

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

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

CSSVariableReferenceValueCSS Typed Object Model API のインターフェイスで、組み込み CSS 値のカスタム名を作成することができます。このオブジェクトは機能的に「CSS 変数」と呼ばれることがあり、 var() 関数と同じ用途を提供します。カスタム名は 2 本のダッシュで始める必要があります。

コンストラクター

CSSVariableReferenceValue.CSSVariableReferenceValue()

新しい CSSVariableReferenceValue オブジェクトを生成します。

プロパティ

CSSVariableReferenceValue.variable

コンストラクターに渡されたカスタム名を返します。

CSSVariableReferenceValue.fallback 読取専用

カスタム名の組み込み CSS 値を返します。

メソッド

なし。

仕様書

Specification
CSS Typed OM Level 1
# cssvariablereferencevalue

ブラウザーの対応

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
CSSVariableReferenceValue
CSSVariableReferenceValue() constructor
fallback
variable

Legend

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

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