diff options
| author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-02 20:00:34 +0900 |
|---|---|---|
| committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-01-10 11:20:27 +0900 |
| commit | 17cd5fb06a1e70c389225fbecf0a0cf29680855c (patch) | |
| tree | b0abee660fe961b6c1847f376194470a1c61abed /files/ja/web/css/resolved_value/index.html | |
| parent | 94bf169537650fd99f4be40fecfded61d2d5ae00 (diff) | |
| download | translated-content-17cd5fb06a1e70c389225fbecf0a0cf29680855c.tar.gz translated-content-17cd5fb06a1e70c389225fbecf0a0cf29680855c.tar.bz2 translated-content-17cd5fb06a1e70c389225fbecf0a0cf29680855c.zip | |
CSS の主要概念の文書を変換準備
Diffstat (limited to 'files/ja/web/css/resolved_value/index.html')
| -rw-r--r-- | files/ja/web/css/resolved_value/index.html | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/files/ja/web/css/resolved_value/index.html b/files/ja/web/css/resolved_value/index.html deleted file mode 100644 index d5c1f4f546..0000000000 --- a/files/ja/web/css/resolved_value/index.html +++ /dev/null @@ -1,39 +0,0 @@ ---- -title: 解決値 -slug: Web/CSS/resolved_value -tags: - - CSS - - Reference -translation_of: Web/CSS/resolved_value ---- -<div>{{cssref}}</div> - -<p><a href="/ja/docs/Web/CSS">CSS</a> プロパティの<strong>解決値</strong> は、{{domxref("Window.getComputedStyle", "getComputedStyle()")}}によって返される値です。</p> - -<p>ほとんどのプロパティでは<a href="/ja/docs/Web/CSS/computed_value">計算値</a>がそのまま解決値となりますが、古いプロパティ({{cssxref("width")}} と {{cssxref("height")}} を含む)では、代わりに<a href="/ja/docs/Web/CSS/used_value">使用値</a>が解決値となります。プロパティごとの詳細については、以下の仕様のリンクを参照してください。</p> - -<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> - -<h2 id="See_also" name="See_also">関連情報</h2> - -<ul> - <li>{{domxref("window.getComputedStyle")}}</li> - <li>{{CSS_key_concepts}}</li> -</ul> |
