diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-02 23:14:15 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-10 11:20:27 +0900 |
commit | 89d0fca4c05bc77dd26f14d1b73178c36d320e98 (patch) | |
tree | abe838fb1d5116f23e72013375fac84eda377a51 /files | |
parent | 38d85a0fd28c3123743acfb046e1f1aaaaf15641 (diff) | |
download | translated-content-89d0fca4c05bc77dd26f14d1b73178c36d320e98.tar.gz translated-content-89d0fca4c05bc77dd26f14d1b73178c36d320e98.tar.bz2 translated-content-89d0fca4c05bc77dd26f14d1b73178c36d320e98.zip |
2021/08/13 時点の英語版に同期
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/css/resolved_value/index.md | 38 |
1 files changed, 12 insertions, 26 deletions
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 --- -<div>{{cssref}}</div> +{{CSSRef}} -<p><a href="/ja/docs/Web/CSS">CSS</a> プロパティの<strong>解決値</strong> は、{{domxref("Window.getComputedStyle", "getComputedStyle()")}}によって返される値です。</p> +**解決値** は [CSS](/ja/docs/Web/CSS) プロパティにおいて、 {{domxref("Window.getComputedStyle", "getComputedStyle()")}} で返される値です。 -<p>ほとんどのプロパティでは<a href="/ja/docs/Web/CSS/computed_value">計算値</a>がそのまま解決値となりますが、古いプロパティ({{cssxref("width")}} と {{cssxref("height")}} を含む)では、代わりに<a href="/ja/docs/Web/CSS/used_value">使用値</a>が解決値となります。プロパティごとの詳細については、以下の仕様のリンクを参照してください。</p> +ほとんどのプロパティでは[計算値](/ja/docs/Web/CSS/computed_value)がそのまま解決値となりますが、古いプロパティ({{cssxref("width")}} と {{cssxref("height")}} を含む)では、代わりに[使用値](/ja/docs/Web/CSS/used_value)が解決値となります。プロパティごとの詳細については、以下の仕様書のリンクを参照してください。 -<h2 id="Specifications" name="Specifications">仕様</h2> +## 仕様書 -<table class="standard-table"> - <thead> - <tr> - <th scope="col">仕様書</th> - <th scope="col">策定状況</th> - <th scope="col">コメント</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName("CSSOM", "#resolved-values", "resolved value")}}</td> - <td>{{Spec2("CSSOM")}}</td> - <td>初期定義</td> - </tr> - </tbody> -</table> +| 仕様書 | 状態 | 備考 | +| ----------------------------------------------------------- | ------------------ | -------- | +| {{SpecName("CSSOM", "#resolved-values", "resolved value")}} | {{Spec2("CSSOM")}} | 初回定義 | -<h2 id="See_also" name="See_also">関連情報</h2> +## 関連情報 -<ul> - <li>{{domxref("window.getComputedStyle")}}</li> - <li>{{CSS_key_concepts}}</li> -</ul> +- {{domxref("window.getComputedStyle")}} +- {{CSS_key_concepts}} |