From 89d0fca4c05bc77dd26f14d1b73178c36d320e98 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 2 Jan 2022 23:14:15 +0900 Subject: 2021/08/13 時点の英語版に同期 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/css/resolved_value/index.md | 38 ++++++++++---------------------- 1 file changed, 12 insertions(+), 26 deletions(-) (limited to 'files/ja/web') diff --git a/files/ja/web/css/resolved_value/index.md b/files/ja/web/css/resolved_value/index.md index d5c1f4f546..ed122cb837 100644 --- a/files/ja/web/css/resolved_value/index.md +++ b/files/ja/web/css/resolved_value/index.md @@ -3,37 +3,23 @@ title: 解決値 slug: Web/CSS/resolved_value tags: - CSS - - Reference + - ガイド + - リファレンス translation_of: Web/CSS/resolved_value --- -
{{cssref}}
+{{CSSRef}} -

CSS プロパティの解決値 は、{{domxref("Window.getComputedStyle", "getComputedStyle()")}}によって返される値です。

+**解決値** は [CSS](/ja/docs/Web/CSS) プロパティにおいて、 {{domxref("Window.getComputedStyle", "getComputedStyle()")}} で返される値です。 -

ほとんどのプロパティでは計算値がそのまま解決値となりますが、古いプロパティ({{cssxref("width")}} と {{cssxref("height")}} を含む)では、代わりに使用値が解決値となります。プロパティごとの詳細については、以下の仕様のリンクを参照してください。

+ほとんどのプロパティでは[計算値](/ja/docs/Web/CSS/computed_value)がそのまま解決値となりますが、古いプロパティ({{cssxref("width")}} と {{cssxref("height")}} を含む)では、代わりに[使用値](/ja/docs/Web/CSS/used_value)が解決値となります。プロパティごとの詳細については、以下の仕様書のリンクを参照してください。 -

仕様

+## 仕様書 - - - - - - - - - - - - - - - -
仕様書策定状況コメント
{{SpecName("CSSOM", "#resolved-values", "resolved value")}}{{Spec2("CSSOM")}}初期定義
+| 仕様書 | 状態 | 備考 | +| ----------------------------------------------------------- | ------------------ | -------- | +| {{SpecName("CSSOM", "#resolved-values", "resolved value")}} | {{Spec2("CSSOM")}} | 初回定義 | -

関連情報

+## 関連情報 - +- {{domxref("window.getComputedStyle")}} +- {{CSS_key_concepts}} -- cgit v1.2.3-54-g00ecf