CSSVariableReferenceValue
Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。
CSSVariableReferenceValue
は CSS Typed Object Model API のインターフェイスで、組み込み CSS 値のカスタム名を作成することができます。このオブジェクトは機能的に「CSS 変数」と呼ばれることがあり、 var()
関数と同じ用途を提供します。カスタム名は 2 本のダッシュで始める必要があります。
コンストラクター
CSSVariableReferenceValue.CSSVariableReferenceValue()
-
新しい
CSSVariableReferenceValue
オブジェクトを生成します。
プロパティ
CSSVariableReferenceValue.variable
-
コンストラクターに渡されたカスタム名を返します。
CSSVariableReferenceValue.fallback
読取専用-
カスタム名の組み込み CSS 値を返します。
メソッド
なし。
仕様書
Specification |
---|
CSS Typed OM Level 1 # cssvariablereferencevalue |
ブラウザーの対応
BCD tables only load in the browser