blob: 3442a82d9363428f5ece147f746fde9228fae3c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
---
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>
|