From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../cssvariablereferencevalue/variable/index.html | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 files/ja/web/api/cssvariablereferencevalue/variable/index.html (limited to 'files/ja/web/api/cssvariablereferencevalue/variable') diff --git a/files/ja/web/api/cssvariablereferencevalue/variable/index.html b/files/ja/web/api/cssvariablereferencevalue/variable/index.html new file mode 100644 index 0000000000..9e616cf90f --- /dev/null +++ b/files/ja/web/api/cssvariablereferencevalue/variable/index.html @@ -0,0 +1,51 @@ +--- +title: CSSVariableReferenceValue.variable +slug: Web/API/CSSVariableReferenceValue/variable +tags: + - API + - CSS Typed Object Model API + - CSSVariableReferenceValue + - Houdini + - NeedsExample + - Property + - Reference + - variable + - プロパティ +translation_of: Web/API/CSSVariableReferenceValue/variable +--- +
{{draft}}{{APIRef("CSSOM")}}{{SeeCompatTable}}
+ +

variable は {{domxref("CSSVariableReferenceValue")}} インターフェイスのプロパティで、カスタム名で返される組み込み CSS 値です。

+ +

構文

+ +
var fallback = CSSVariableReferenceValue.fallback;
+ +

+ +

{{domxref('CSSUnparsedValue')}} です。

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('CSSOM','#dom-cssvariablereferencevalue-variable','variable')}}{{Spec2('CSSOM')}}初回定義
+ +

ブラウザーの対応

+ + + +

{{Compat("api.CSSVariableReferenceValue.variable")}}

-- cgit v1.2.3-54-g00ecf