CSSVariableReferenceValue
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
CSSVariableReferenceValue は CSS 型付きオブジェクトモデル API のインターフェイスで、組み込み CSS 値のカスタム名を作成することができます。このオブジェクトは機能的に「CSS 変数」と呼ばれることがあり、 var() 関数と同じ用途を提供します。カスタム名は 2 本のダッシュで始める必要があります。
コンストラクター
CSSVariableReferenceValue()-
新しい
CSSVariableReferenceValueオブジェクトを生成します。
プロパティ
CSSVariableReferenceValue.variable-
コンストラクターに渡されたカスタム名を返します。
CSSVariableReferenceValue.fallback読取専用-
カスタム名の組み込み CSS 値を返します。
メソッド
なし。
仕様書
| Specification |
|---|
| CSS Typed OM Level 1> # cssvariablereferencevalue> |