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/fallback/index.html | 51 ++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 files/ja/web/api/cssvariablereferencevalue/fallback/index.html (limited to 'files/ja/web/api/cssvariablereferencevalue/fallback/index.html') diff --git a/files/ja/web/api/cssvariablereferencevalue/fallback/index.html b/files/ja/web/api/cssvariablereferencevalue/fallback/index.html new file mode 100644 index 0000000000..5887b73d60 --- /dev/null +++ b/files/ja/web/api/cssvariablereferencevalue/fallback/index.html @@ -0,0 +1,51 @@ +--- +title: CSSVariableReferenceValue.fallback +slug: Web/API/CSSVariableReferenceValue/fallback +tags: + - API + - CSS Typed Object Model API + - CSSVariableReferenceValue + - Houdini + - NeedsExample + - Property + - Reference + - fallback + - プロパティ +translation_of: Web/API/CSSVariableReferenceValue/fallback +--- +
{{draft}}{{APIRef("CSSOM")}}{{SeeCompatTable}}
+ +

fallback は {{domxref("CSSVariableReferenceValue")}} インターフェイスの読み取り専用プロパティで、組み込みCSS 値のカスタム名を返します。

+ +

構文

+ +
var variable = CSSVariableReferenceValue.variable;
+ +

+ +

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

+ +

仕様書

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

ブラウザーの対応

+ + + +

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

-- cgit v1.2.3-54-g00ecf